Htaccess File

coleHafner/quizbot/master/public/.htaccess

REQUEST_FILENAME
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>
Exit mobile version