aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-01-05 14:43:33 +0100
committerKevin Chabowski <kevin@kch42.de>2012-01-05 14:43:33 +0100
commitc4cc87d9d1557ddd4cae4b06b79696712f61a2ad (patch)
tree081b31be890c484040a63f626063e846ef583680 /.htaccess
parente99281261767710f96b9967a0ab03a3ea24a05e0 (diff)
downloadr7r-repo-c4cc87d9d1557ddd4cae4b06b79696712f61a2ad.tar.gz
r7r-repo-c4cc87d9d1557ddd4cae4b06b79696712f61a2ad.tar.bz2
r7r-repo-c4cc87d9d1557ddd4cae4b06b79696712f61a2ad.zip
New directory hierachy. index and setup implemented.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 0 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess
index 7db1e17..130e733 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,7 +8,3 @@ RewriteRule ^(.+) - [PT,L]
RewriteRule (.*) index.php?action=$1 [QSA,L]
-<Files *.php>
- Order Allow,Deny
- Deny from all
-</Files>