diff options
-rw-r--r-- | gentoobrowse/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/.htaccess b/gentoobrowse/.htaccess index 40f4020..98fadd2 100644 --- a/gentoobrowse/.htaccess +++ b/gentoobrowse/.htaccess @@ -1,5 +1,5 @@ <Files "gentoobrowse-cgi"> - sethandler cgi-script + sethandler fcgid-script </Files> RewriteEngine on RewriteCond %{REQUEST_URI} !^/css/ |