wilhelmpaulm/5min-framework/master/.htaccess - Htaccess File

wilhelmpaulm/5min-framework/master/.htaccess

#Options +FollowSymLinks
#RewriteEngine On
# 
#RewriteCond %{SCRIPT_FILENAME} !-d
#RewriteCond %{SCRIPT_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-f
# 
#RewriteRule ^.*$ ./index.php

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . /index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, SCRIPT_FILENAME

Comments

Apache