philtune/templater/master/.htaccess - Htaccess File

philtune/templater/master/.htaccess

Options -MultiViews
RewriteEngine on

RewriteCond %{REQUEST_URI} !.(gif|jpe?g|png|css|js)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^(.+)$ index.php?url=$1 [QSA,NS,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache