01-14-2008, 06:09 PM
|
#3 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Posts: 20
Thanks: 1
|
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
|
|
|
|