xrogaan/Ayaq/master/.htaccess - Htaccess File

xrogaan/Ayaq/master/.htaccess

#php_flag display_errors on

RewriteEngine On
RewriteBase /~xrogaan/quizz-zombie

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} /.* [OR]
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule .* public/index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache