diff options
author | friendica <info@friendica.com> | 2014-01-21 00:19:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-21 00:19:53 -0800 |
commit | 8a5c7470104af34f838a889c429e27aa3143d40b (patch) | |
tree | a2eee0bb9b96278ed14f337cd5d88099fba11ce4 /.htaccess | |
parent | 35733ca013e8a113bfd546d5d47f64a83946bc51 (diff) | |
download | volse-hubzilla-8a5c7470104af34f838a889c429e27aa3143d40b.tar.gz volse-hubzilla-8a5c7470104af34f838a889c429e27aa3143d40b.tar.bz2 volse-hubzilla-8a5c7470104af34f838a889c429e27aa3143d40b.zip |
move some store things
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ Deny from all RewriteEngine on # Protect repository directory from browsing RewriteRule "(^|/)\.git" - [F] + RewriteRule "(^|/)store" - [F] # Rewrite current-style URLs of the form 'index.php?q=x'. |