* Enhancement: protect the themes/-directory (and subdirectory) from

prying eyes.
3-00
Dries Buytaert 2000-06-05 16:10:47 +00:00
parent 5bbf24e3a8
commit 467817f922
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@
deny from all
</Files>
# Protect theme directories:
<Files *themes>
order deny,allow
deny from all
</Files>
# Customized server error messages:
ErrorDocument 400 /error.php
ErrorDocument 402 /error.php