Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I'm developing Drupal 7 website locally on Mac using MAMP & I moved the whole folder to a different place "I know I shouldn't have done this, maybe." Now, whenever I try to access my Drupal installation I get 500 internal server error.

I wonder if I can change this in PHPMyAdmin or any other place.

share|improve this question
2  
Check the server logs...what error does it report? – Clive Dec 5 '12 at 10:57
[Wed Dec 05 15:06:16 2012] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. This is what I found in the apache error log "repeated many times" – Gabri Dec 5 '12 at 11:07
1  
did you change the value of $base_url in your settings.php file? – develkar Dec 5 '12 at 11:33

1 Answer

Check if you moved .htaccess file along with other files and folders.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.