mrmgee/dev-evtouch/master/.htaccess - Htaccess File

mrmgee/dev-evtouch/master/.htaccess

# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteCond %{REQUEST_URI} !/analytics/
RewriteRule ^([^.]+)$ index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache