Tagged Questions
1
vote
1answer
151 views
How to combine ErrorDocument and redirect in htaccess?
I have a very simple 5 page static site.
Instead of a 404, I want to do a 301 redirect to the index page whenever a visitor accesses a page that doesn't exist. I tried something like this:
...
0
votes
6answers
722 views
How to use errordocument to redirect to a php file in the same folder?
I want to take requests for missing files in a specific folder and redirect them to program.php in that folder.
This is a program I will use a lot in different places, and I would prefer to avoid ...