Drupal: Internal Server Error

While restoring the Drupal Project, Index page was displayed properly. Issue I had encountered was "Internal Server error" on clicking any link given on index page.

That was issue because Clean URL was enabled and .htaccess missing the argument.

To resolve the issue. Just add argument in the .htaccess file containing your rewrite rules, after RewriteEngine on, add RewriteBase /.

Example:
RewriteEngine on
RewriteBase /


This will resolve the issue if clean URL is enabled.

Comments

Anonymous said…
Glad to see you back. I actually started removing blogs from blogroll which are not updated from ages. Time to add it back :)

Popular posts from this blog

Are parents really responsible for their children's bad habits?

Unicode support Java