pathob/kunstquiz/master/sources/.htaccess - Htaccess File

pathob/kunstquiz/master/sources/.htaccess

<IfModule mod_rewrite.c>

DirectoryIndex index.html index.php

RewriteEngine On
RewriteBase /

RewriteRule ^api/(.*)$ backend/api.php?request=$1 [QSA,NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ frontend/$1 [L]

RewriteRule ^/?$ frontend/ [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache