TituxMetal/ticketManager/master/.htaccess - Htaccess File

TituxMetal/ticketManager/master/.htaccess

RewriteEngine on
RewriteRule ^$ index.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ([a-zA-Zd-]*)/([a-zA-zd-]*) index.php?page=$1&item=$2 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ([a-zA-Zd-]*) index.php?page=$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache