diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-17 16:53:59 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-17 16:53:59 +0200 |
commit | de44072172b7f56345041358a0be275b482e474c (patch) | |
tree | 1298dbe93bae97687932e9ffe346350f42572ade /.htaccess | |
parent | 2116943964e0c10984976f6d38eba044e35f983a (diff) | |
download | volse-hubzilla-de44072172b7f56345041358a0be275b482e474c.tar.gz volse-hubzilla-de44072172b7f56345041358a0be275b482e474c.tar.bz2 volse-hubzilla-de44072172b7f56345041358a0be275b482e474c.zip |
works on login form
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Options -Indexes +#Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga @@ -8,7 +8,7 @@ Deny from all <IfModule mod_rewrite.c> RewriteEngine on - + RewriteBase /~fabio/friendika/ # Protect repository directory from browsing RewriteRule "(^|/)\.git" - [F] |