Quote:
Originally posted by James Cridland
Again: the pages are not supposed to exist.
The .htaccess thing catches the "this page doesn't exist" error, and runs this script instead. If the .htaccess thing doesn't work on your server, then you need to ask your ISP nicely for a custom 404 error page.
|
I have placed a .htaccess on the root, and another .htaccess in the public_html folder, and another .htacess in its subfolder "vb".
Should I make them all the same .htaccess file with that custom 404 line
ErrorDocument 404
http://www.mydomain.com/vb/archive/index.php
or should I simply delete those .htaccess files in the subfolders
I have SSH / Telnet access to my server, and can delete eventual .htaccess files.