I put this piece of code in the includes
directory to avoid users having access to its content:
order allow,deny
deny from all
and I use the code below to redirect error 403 to particular error page,this is place in parent root (website
) of the includes
directory:
ErrorDocument 403 /errors/403.html
... but the styles don't apply to the pages. What is the problem?
Note: the errors directory is placed in "website" and "styles" directory placed in "includes" directory