View Single Post
Old 04-08-2010, 12:23 PM  
seoguyzzz
Confirmed User
 
Join Date: Sep 2009
Posts: 997
Quote:
Originally Posted by dodger21 View Post
the following removes question marks from url

RewriteCond %{QUERY_STRING} ^(?!(?:ads|open-id))(.+)$
RewriteCond %{REQUEST_URI} !^server-status?auto$
RewriteRule ^$ /%1? [R=301,L]



first line works. all queries get their ? striped except for those containing ads or open-id .question mark stays for those
second line doesnt. i need http://www.site.com:80/server-status?auto to be completely ignored and left the way it is

where am i going wrong here?

hit me up on icq. $$$ for the solution 237055440

i can fix this. hitting u up on icq
__________________
icq:- 563619491


article submissions + directory submissions
seoguyzzz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote