thomas-p-wilson/warden/master/.htaccess - Htaccess File

thomas-p-wilson/warden/master/.htaccess

RewriteEngine on
#RewriteCond %{REQUEST_URI} ! ^/index.php
#RewriteCond %{REQUEST_URI} ! -f
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} -d
#RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]
#RewriteCond %{REQUEST_FILENAME} -d [NC]
#RewriteCond %{REQUEST_FILENAME} !-f [NC]
#RewriteRule ^(.*)$ index.php

RewriteEngine on
RewriteCond $1 !^index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache