i had originally installed drupal on the root directory (eg. /var/www/html/ or www.example.com).
yesterday i moved it into a subdirectory to be able to access it like this www.example.com/drupal6 and made all the necessary changes on the httpd.conf, settings.php and .htaccess files.
But now when I want to access the site through www.example.com/drupal6 I get this error:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, administrator@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
I noticed that this line RewriteBase /drupal6 on the .htaccess file is part of the problem.
what do i need to do to get this working?
thank you all.
C
Read »








