expressaffair/expressaffair/master/public/.htaccess - Htaccess File

expressaffair/expressaffair/master/public/.htaccess

RewriteEngine On

RewriteRule ^event=([0-9]*)$ events.php?eventid=$1    [L,QSA]
RewriteRule ^ritual=([0-9]*)$ rituals.php?ritualid=$1    [L,QSA]
RewriteRule ^cart$ cart.php   [L,QSA]
RewriteRule ^signin$ signin.php    [L,QSA]
RewriteRule ^signup$ signup.php    [L,QSA]
RewriteRule ^myaccount$ myaccount.php [L,QSA]
RewriteRule ^home$ index.php [L,QSA]
RewriteRule ^logout$ logout.php    [L,QSA]
RewriteRule ^$ index.php [L,QSA]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache