coleHafner/quizbot/master/public/.htaccess - Htaccess File

coleHafner/quizbot/master/public/.htaccess

DirectoryIndex index.html index.php server.php

<IfModule mod_rewrite.c>
  RewriteEngine On
#  uncomment the following line if using a VirtualDocumentRoot
#  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ server.php?_url=$1 [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache