Clean URLs for a PHP rookie
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Just when you think it safe to go back in the water...
With all the last 3 pages of forum work complete, I now have moved my site onto the production server hosted by a third-party. They are running Apache 1.3, not 2.0 that I am. They gave me access to the Webmin 1.320 interface which allows me to set options like:
Options FollowSymLinks
AllowOverride All
order allow,deny
allow from all
And I'm getting nothing but 404 errors there. Again, it's as if the mod_rewrite module isn't working/running. Even the simplist rewrite function doesn't do anything.
With all the last 3 pages of forum work complete, I now have moved my site onto the production server hosted by a third-party. They are running Apache 1.3, not 2.0 that I am. They gave me access to the Webmin 1.320 interface which allows me to set options like:
Options FollowSymLinks
AllowOverride All
order allow,deny
allow from all
And I'm getting nothing but 404 errors there. Again, it's as if the mod_rewrite module isn't working/running. Even the simplist rewrite function doesn't do anything.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA