KermitCode/keframe-php.framework/master/.htaccess - Htaccess File

KermitCode/keframe-php.framework/master/.htaccess

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_ke=$1 [L,QSA]

#RewriteRule . index.php
#RewriteCond $1 !^(favicon.ico)
#RewriteRule . /index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache