summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2011-03-18 11:48:12 +0900
committermakoto kuwata <kwa@kuwata-lab.com>2011-03-18 11:48:12 +0900
commitb3694ebdbd6f7053f7dee55d3281f6ef0f86c6a7 (patch)
treedf51c84f302a67383c1fa2fb1d3b31c4f23fc293
parent010993eb331d55736e0e4a84b95fa6cc68da868b (diff)
downloaderubis-b3694ebdbd6f7053f7dee55d3281f6ef0f86c6a7.tar.gz
[change] path of index.cgi on 'contrib/_htaccess'
-rw-r--r--contrib/_htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/_htaccess b/contrib/_htaccess
index 532cbf2..99a215c 100644
--- a/contrib/_htaccess
+++ b/contrib/_htaccess
@@ -5,4 +5,4 @@ RewriteRule \.(rhtml|cache)$ - [R=404,L]
## rewrite only if requested file is not found
RewriteCond %{SCRIPT_FILENAME} !-f
## handle request to *.html by index.cgi
-RewriteRule ^.*\.html$ index.cgi
+RewriteRule ^.*\.html$ /~yourname/index.cgi