Click to See Complete Forum and Search --> : directory based redirection


bolty
03-19-2001, 06:38 AM
Is there any way to redirect someone to a specific page when they try to access a page that does not exist, based upon the directory of the page they were attempting to access?

freebsd
03-19-2001, 10:45 AM
Start here -> http://httpd.apache.org/docs/mod/core.html#errordocument

ErrorDocument directive can be placed within <Directory> or <DirectoryMatch> directive.