Thread
:
anyone know how to do a simple url rewrite?
View Single Post
01-17-2008, 11:51 PM
vending_machine
Confirmed User
Join Date: Jun 2002
Location: Seattle
Posts: 1,062
Code:
RewriteEngine On RewriteRule downloads/?dl_cat=([[:digit:]]+) /downloads/$1/ [R,L]
Assuming "name of download" in that example is 3? I think that ought to do it..
__________________
vending_machine
View Public Profile
Find More Posts by vending_machine