From b3694ebdbd6f7053f7dee55d3281f6ef0f86c6a7 Mon Sep 17 00:00:00 2001 From: makoto kuwata Date: Fri, 18 Mar 2011 11:48:12 +0900 Subject: [change] path of index.cgi on 'contrib/_htaccess' --- contrib/_htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1