403 Forbidden When Creating Test Site
GTAce - June 1, 2007 - 13:40
| Project: | CustomError |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
So, I installed the Custom Error module and it is working just fine, but I'm having a problem setting up a second copy of Drupal for testing purposes. Here's what I did:
I copied all drupal files to /test/, created a new database, and imported the working database into this new one. I then updated settings.php to point to the new database, of course.
Now when I try to go to mysite.com/test/, I'm given a 403 Forbidden message (instead of the custom error page that I see on my live site). I've tried running this query, but that doesn't help:
UPDATE system SET status = 0 WHERE name = 'customerror';
Any help?

#1
I guess I should clarify
Looking at it again, when I go to test.mysite.com, I get 403 forbidden. When I go to mysite.com/test/, I get 404 not found.
#2
Try first removing customerror from the working site, and see if you can access the test site.
If you still cannot access the test site, then it is not a customerror module problem, and you should close that issue.