[svlug] .htaccess rewrite rule

Don Marti dmarti at zgp.org
Thu Mar 6 09:10:04 PST 2008


begin Skip Evans quotation of Thu, Mar 06, 2008 at 09:25:48AM -0600:

> The user accesses the site with
> 
> http://prepcube.com/wi/madison/
> 
> I need a rewrite rule that will convert this to
> 
> http://precube.com/index.php?state=wi&school=madison

Something like....

  RewriteRule ^/([^/]+)/([^/]+)/ /index.php?state=$1&school=$2 

should do it.  (Use numbered backreferences to match
chunks of the original URL in parentheses.)

-- 
Don Marti                    
http://zgp.org/~dmarti/
dmarti at zgp.org



More information about the svlug mailing list