rather enforce interpretation as php for aowow/aowow than hiding it (wich broke filter forms)

This commit is contained in:
Sarjuuk
2015-07-11 19:14:47 +02:00
parent 54695a9490
commit ce82a8f09f

View File

@@ -1,11 +1,15 @@
Order Deny,Allow
<FilesMatch "\.(conf|php|in)|aowow$">
<FilesMatch "\.(conf|php|in)$">
Deny from all
</FilesMatch>
<FilesMatch "^(index)\.php$">
Allow from all
</FilesMatch>
<Files "aowow">
ForceType application/x-httpd-php
</Files>
# Block view of some folders
Options -Indexes
DirectoryIndex index.php