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 where I document experience, problems and solutions I encounter while in front of a computer.
/etc/drupal/6/htaccess
# RewriteBase /drupal
RewriteBase /drupal6
0 comments:
Post a Comment