Hi All,

I have the following rewrite rule ..

RewriteRule products/specials(.*)(.*)
/products/index.php?view=specials&$1=$2 [L]

http://www.mysite.com/products/specials&filter=20 
--> http://www.mysite.com/products/index.php?view=specials&filter=20=

The problem is the trailing '='

I have also tried RewriteRule wheels/specials([0-9]+)
/wheels/index.php?view=specials&$1 [L]
but this rule results in internal server errors.

Thanks in advance.


-- 
View this message in context: 
http://old.nabble.com/RewriteRule-help-please-tp26475922p26475922.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to