From 17104031cee5adfea5afa806cd1a627ed49e5ed6 Mon Sep 17 00:00:00 2001 From: makoto kuwata Date: Sat, 2 Apr 2011 07:51:30 +0900 Subject: [change] change comment on 'public_html/_htaccess' --- public_html/_htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1