ThePHPatriots/Llaflog/master/public/.htaccess - Htaccess File

ThePHPatriots/Llaflog/master/public/.htaccess

Options -MultiViews
Options -Indexes

RewriteEngine On
RewriteBase /PHPCourseFiles/SimpleBlog/public/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
#RewriteRule ^(.+)$ index.php?%{QUERY_STRING} [L,NC,QSA]
#RewriteRule ^ index.php

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME

Comments

Apache