Thread
:
Htaccess Rewrite Help
View Single Post
05-02-2010, 09:08 PM
BIGTYMER
Junior Achiever
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
View Public Profile
Find More Posts by BIGTYMER