[ADDED] New htaccess file for approot

This commit is contained in:
Sebastian Grewe 2014-04-16 22:29:30 +02:00
parent 78c3419254
commit 5635fc3e34

View File

@ -1,3 +1,10 @@
ErrorDocument 404 /public/index.php?page=error&action=404
RedirectMatch 404 /logs(/|$)
Options -Indexes
RedirectMatch 404 /templtes(/|$)
RedirectMatch 404 /include(/|$)
RedirectMatch 404 /scripts(/|$)
RedirectMatch 404 /sql(/|$)
RedirectMatch 404 /upgrade(/|$)
RedirectMatch 404 /cronjobs(/|$)
RedirectMatch 404 /tests(/|$)
Options -Indexes