Found the answer to my latest question myself
Figured I'd pass bit on as it might help others.
If you use ErrorDocument 404 /not_here.html in the .htaccess the web does not show any pictures, etc as they are not in the same folder.
However if you use ErrorDocument 404 http://www.yourdomain.com/not_here.html it actually redirects to the public_html file.
Don't know if this will be helpful to others, but I think it satisfies my purposes.
Figured I'd pass bit on as it might help others.
If you use ErrorDocument 404 /not_here.html in the .htaccess the web does not show any pictures, etc as they are not in the same folder.
However if you use ErrorDocument 404 http://www.yourdomain.com/not_here.html it actually redirects to the public_html file.
Don't know if this will be helpful to others, but I think it satisfies my purposes.
Comment