I did look at these websites before posting to try and find my answer.
Is this correct? I get confused.... allow,deny; deny,allow.
Is this correct? I get confused.... allow,deny; deny,allow.
Code:
ErrorDocument 403 [URL unfurl="true"]http://domain1.com/403.shtml[/URL]
ErrorDocument 404 [URL unfurl="true"]http://domain1.com/404.shtml[/URL]
<Files 403.shtml|404.shtml|bad_link.php>
order allow,deny
allow from all
</Files>