summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2011-04-02 07:51:30 +0900
committermakoto kuwata <kwa@kuwata-lab.com>2011-04-02 07:51:30 +0900
commit17104031cee5adfea5afa806cd1a627ed49e5ed6 (patch)
treec3fe6f2eefee1180ac25b1d214d83b2ad6c2a734
parent1f0b38d9e66885f8af0244d12d1a6702fc04a8de (diff)
downloaderubis-17104031cee5adfea5afa806cd1a627ed49e5ed6.tar.gz
[change] change comment on 'public_html/_htaccess'
-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