View Single Post
Old 01-14-2008, 06:09 PM   #3 (permalink)
iisbum
The Wanderer
 
Join Date: Nov 2007
Posts: 20
Thanks: 1
iisbum is on a distinguished road
Default

I think what you want to do is something like this (one of the rewrite rules from sites):

Quote:
RewriteRule ^([0-9A-Za-z]+)/([0-9A-Za-z]+)/?$ /engine/index.php?section=$1&action=$2&%{QUERY_STRING} [L]
The relevant bit is the %{QUERY_STRING} bit which will pass any variables on the URL into your script.

Mubs
iisbum is offline  
Reply With Quote