onexing/xing-cms/master/public/.htaccess - Htaccess File

onexing/xing-cms/master/public/.htaccess

AddDefaultCharset UTF-8
RewriteEngine On
RewriteBase /

#RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^admin/(.*)$ /index.php?_url=/$1 [L]
RewriteRule ^(.*)$ /index.php?_url=/$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache