GoteoFoundation / goteo-legacy

Unsupported legacy code for the Crowdfunding Open Source platform Goteo - http://goteo.org/ - Get the new version here: https://github.com/GoteoFoundation/goteo
http://www.goteo.org
Other
234 stars 193 forks source link

Problem URL Redirection Error #115

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hello,

Any help on this will be greatly appreciated.

I have configured and installed Goteo as per the installation instructions. It is in the root, the domain is point to the root, Apache is running with rewrite module, .htaccess is as required, MySQL is loaded with the data required.

Now when, I load the domain name http://www.example.com/

The browser gets redirected to http://www.example.com/user/login/?return=%2Fuser%2Flogin

and the message from the browser is:

The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

Can anybody please help on this issue?

Thanks and Regards,

Vishal.

ghost commented 10 years ago

Anybody? Please do help... does any body else face this issue? Can somebody, for whom this is working on Apache, share their .htaccess. My .htaccess is the same as the one that was shipped

.htaccess

AddDefaultCharset UTF-8 Options +FollowSymLinks ServerSignature Off

<Files .*> Order Deny,Allow Deny From All

php_value magic_quotes_runtime "0" php_value magic_quotes_gpc "0" php_value register_globals "Off" php_value register_long_arrays "Off" php_value session.auto_start "0" php_value display_startup_errors "On" RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .\* index.php?%{QUERY_STRING}
ghost commented 10 years ago

I solved the above problem. It was to do with not running the texts.sql and other .sql files in the db folder. I had earlier run only, goteo.sql and pages.sql as per the tutorial.