To fix this, I had to edit
/etc/drupal/6/htaccess
find the line at the bottom:
# RewriteBase /drupal
remove the '#' and add a '6' onto the end to give:
RewriteBase /drupal6
This is my electronic log book for the documentation of experience, problems and solutions I encounter.
/etc/drupal/6/htaccess
# RewriteBase /drupal
RewriteBase /drupal6
No comments:
Post a Comment