andreasonny83/TheLanguageQUIZ/master/src/api/dev.htaccess - Htaccess File

andreasonny83/TheLanguageQUIZ/master/src/api/dev.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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache