View Single Post
Old 05-02-2010, 09:08 PM  
BIGTYMER
Junior Achiever
 
BIGTYMER's Avatar
 
Industry Role:
Join Date: Nov 2004
Location: Walled Garden
Posts: 17,066
Here is the correct working code.

RewriteEngine on
RewriteCond %{QUERY_STRING} ^(n=.*)$ [NC,OR]
RewriteCond %{QUERY_STRING} ^(k=.*)$ [NC]
RewriteRule ^page(.*)$ /page.php\?&%{QUERY_STRING} [L]
BIGTYMER is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote