scottyadean/kiss-cm/master/public/.htaccess - Htaccess File

scottyadean/kiss-cm/master/public/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond $1 !^(index.php|public|css|js|png|jpg|gif|robots.txt)
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(index.*)$ init.php?_route=$1 [QSA,L]
RewriteRule ^(.*)$ init.php?_route=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache