Skip to content

Instantly share code, notes, and snippets.

@mk0y
Created June 27, 2012 18:10
Show Gist options
  • Save mk0y/3005783 to your computer and use it in GitHub Desktop.
Save mk0y/3005783 to your computer and use it in GitHub Desktop.
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^intake.php$ controlpanel.php?category=Intake [NC,QSA]
RewriteRule ^new.php$ controlpanel.php?category=Intake [NC,QSA]
RewriteRule ^yes.php$ controlpanel.php?category=Yes [NC,QSA]
RewriteRule ^active.php$ controlpanel.php?category=Active [NC,QSA]
RewriteRule ^producers.php$ controlpanel.php?category=Producers [NC,QSA]
RewriteRule ^onhold.php$ controlpanel.php?category=On\%20Hold [NC,QSA]
RewriteRule ^cast.php$ controlpanel.php?category=Cast [NC,QSA]
RewriteRule ^star.php$ controlpanel.php?category=Star [NC,QSA]
RewriteRule ^fu.php$ controlpanel.php?category=FU [NC,QSA]
RewriteRule ^eci.php$ controlpanel.php?category=ECI [NC,QSA]
RewriteRule ^videos.php$ controlpanel.php?category=Videos [NC,QSA]
RewriteRule ^archive.php$ controlpanel.php?category=Archive [NC,QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment