Hello,
I'm migrating a Drupal 5 website to a new web host. The new host has a newer version of Drupal 5. I am getting an access denied error:
http://vulcan.unitedhosting.co.uk/~rosemarymusker.co.uk/
I ran update.php (I set $access_check to FALSE, ran it, and set it back to TRUE). The update ran successfully, but I still get the access denied error. The update script tells me to visit the administration pages, but that gives me access denied too.
Help?
I'm sure that there is a simple solution for all this, but I have not been able to find it.
Thanks for the help.
Daniel.
Quoting Daniel Carrera daniel.carrera@zmsl.com:
Hello,
I'm migrating a Drupal 5 website to a new web host. The new host has a newer version of Drupal 5. I am getting an access denied error:
How did you copy the files? Are you sure you picked up the .htaccess file?
Maybe you need to set the RewriteBase to /~rosemarymusker.co.uk in the .htaccess file? Adding ?q=user and ?q=node to the above URL brings up pages.
-- Earnie http://r-feed.com Make a Drupal difference and review core patches.
Earnie Boyd wrote:
I'm migrating a Drupal 5 website to a new web host. The new host has a newer version of Drupal 5. I am getting an access denied error:
How did you copy the files? Are you sure you picked up the .htaccess file?
Yes .htaccess is there.
Maybe you need to set the RewriteBase to /~rosemarymusker.co.uk in the .htaccess file? Adding ?q=user and ?q=node to the above URL brings up pages.
Ah... I didn't notice that. Is it possible that the problem is that I have setup pretty URLs?
Daniel.