kimbtech/KIMB-CMS/master/_.htaccess - Htaccess File

kimbtech/KIMB-CMS/master/_.htaccess

#Error Document
ErrorDocument 404 /index.php?id=err404
ErrorDocument 403 /index.php?id=err403

#keine Verzeichnislisting
Options -Indexes

#URL rewrite
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?url=$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache