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: ...