I did look at these websites before posting to try and find my answer. http://httpd.apache.org/docs/1.3/howto/htaccess.html http://wsabstract.com/howto/htaccess.shtml http://www.freewebmasterhelp.com/tutorials/htaccess/ Is this correct? I get confused.... allow,deny; deny,allow. ErrorDocument 403 http://domain1.com/403.shtml ErrorDocument 404 http://domain1.com/404.shtml <Files 403.shtml|404.shtml|bad_link.php> order allow,deny allow from all </Files> Code (markup):