Configuring Apache Redirects on 404 errors Home
Configuring Apache Redirects on 404 errors
07/02/2006 posted by Kevin S
ErrorDocument 404 http://www.toolazy.me.uk/index.php
or
ErrorDocument 404 /index.php
This will make any unresolvable URLs directed at your site automatically forward to the new URL.
By changing the error code, you can redirect as required.
|