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]
Files
