ukmadlz/ents24-widget/master/.htaccess - Htaccess File

ukmadlz/ents24-widget/master/.htaccess

Options +FollowSymLinks
RewriteEngine On
AddDefaultCharset utf-8

# Options All -Indexes

RewriteCond %{SCRIPT_FILENAME} !-d  
RewriteCond %{SCRIPT_FILENAME} !-f 

# Catch attempt
RewriteRule ^([A-Za-z0-9-_]+)/([A-Za-z0-9-_]+)/$    index.php?controller=$1&action=$2 [NC,L,QSA]
RewriteRule ^([A-Za-z0-9-_]+)/([A-Za-z0-9-_]+)$     index.php?controller=$1&action=$2 [NC,L,QSA]
RewriteRule ^([A-Za-z0-9-_]+)/$                       index.php?controller=$1           [NC,L,QSA]
RewriteRule ^([A-Za-z0-9-_]+)$                        index.php?controller=$1           [NC,L,QSA]

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache