## # -- Added a user friendly error page when we manually restrict access (the ErrorDocument directive) ## #uncomment to disable all the pages on this server ## errordocument 403 /403.access_disabled.shtml ## order deny,allow ## deny from all RewriteEngine on RewriteCond %{REQUEST_URI} !^hidden/ RewriteRule ^(.*)$ hidden/$1 [L] IndexIgnore hidden favicon.ico