IFA11B/ITAdmin2/master/.htaccess - Htaccess File

IFA11B/ITAdmin2/master/.htaccess

Order Allow,Deny
Allow from all

RewriteEngine  on
RewriteBase /itadmin/

RewriteRule    ^([A-Za-z]+)$ index.php?page=$1 [L,QSA]
RewriteRule    ^([A-Za-z]+)/$ index.php?module=$1 [L,QSA]
RewriteRule    ^([A-Za-z]+)/([A-Za-z]+)$ index.php?module=$1&page=$2 [L,QSA]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache