summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public_html/_htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/public_html/_htaccess b/public_html/_htaccess
index e00ccf3..0bb3dee 100644
--- a/public_html/_htaccess
+++ b/public_html/_htaccess
@@ -1,7 +1,7 @@
## enable mod_rewrie
RewriteEngine on
## deny access to *.rhtml and *.cache
-#RewriteRule \.(rhtml|cache)$ - [R=404,L] # not work on sakura internet
+#RewriteRule \.(rhtml|cache)$ - [R=404,L] # not work on Apache 2
RewriteRule \.(rhtml|cache)$ - [F,L]
## rewrite only if requested file is not found
RewriteCond %{SCRIPT_FILENAME} !-f