VIROKILL
12-04-2006, 11:12 PM
i have a .htaccess file in my website. i was wondering if there was a way that i could redirect a 403 error to my 403.shtml page.
here is my .htaccess
AuthName "XBL"
AuthType Basic
<Limit GET POST>
order allow,deny
allow from all
deny from xxx.xxx.xxx.xxx
</Limit>
here is my .htaccess
AuthName "XBL"
AuthType Basic
<Limit GET POST>
order allow,deny
allow from all
deny from xxx.xxx.xxx.xxx
</Limit>