From 8a5c7470104af34f838a889c429e27aa3143d40b Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 21 Jan 2014 00:19:53 -0800 Subject: move some store things --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 2f4fb1381..52eb5d6c0 100644 --- a/.htaccess +++ b/.htaccess @@ -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'. -- cgit v1.2.3