cmbirk/chicagocode.org/master/htdocs/api/1.0/.htaccess - Htaccess File

cmbirk/chicagocode.org/master/htdocs/api/1.0/.htaccess

RewriteEngine On
RewriteBase /api/1.0/

RewriteRule ^law/(.*)$ law.php?section=$1 [QSA]
RewriteRule ^structure/(.*)$ structure.php?identifier=$1 [QSA]
RewriteRule ^dictionary/(.*)$ dictionary.php?term=$1 [QSA]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache