EDRN/ecas-frontend-browser/master/.htaccess - Htaccess File

EDRN/ecas-frontend-browser/master/.htaccess

RewriteEngine On
RewriteBase /ecas

# Send all other non-static requests to the main controller
RewriteCond %{REQUEST_URI} !/static/(.*)$
RewriteCond %{REQUEST_URI} !/scripts/(.*)$
RewriteCond %{REQUEST_URI} !/global/(.*)$
RewriteCond %{REQUEST_URI} !index.php/.+$
RewriteRule ^(.+)$ ./index.php/$1 [L,NC]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI, static

Comments

Apache