diff options
Diffstat (limited to 'gentoobrowse/.htaccess')
-rw-r--r-- | gentoobrowse/.htaccess | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gentoobrowse/.htaccess b/gentoobrowse/.htaccess index df0115c..e4d5a37 100644 --- a/gentoobrowse/.htaccess +++ b/gentoobrowse/.htaccess @@ -1,13 +1,13 @@ -<Files "p2web"> +<Files "p2fcgi"> sethandler fcgid-script </Files> RewriteEngine on RewriteCond %{REQUEST_URI} !^/css/ RewriteCond %{REQUEST_URI} !^/js/ -RewriteCond %{REQUEST_URI} !^/images/ +RewriteCond %{REQUEST_URI} !^/img/ RewriteCond %{REQUEST_URI} !^/[^/]+\.[^/]+$ -RewriteCond %{REQUEST_URI} !^/p2web -RewriteRule ^(.*) /p2web/\1 [L] +RewriteCond %{REQUEST_URI} !^/p2fcgi +RewriteRule ^(.*) /p2fcgi/\1 [L] RewriteCond %{REQUEST_URI} ^/sitemap\.xml$ -RewriteRule ^(.*) /p2web/\1 [L] +RewriteRule ^(.*) /p2fcgi/\1 [L] |