andreasonny83/BBC-recipes/master/api/.htaccess
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ api.php [QSA,L]
</IfModule>
<IfModule mod_gzip.c>
Header add X-Enabled mod_gzip
</IfModule>
<IfModule mod_deflate.c>
Header add X-Enabled mod_deflate
</IfModule>
Files
