Page is a not externally linkable
siteseo - 4:59 pm on Jan 30, 2006 (gmt 0)
I've used the following construction to no avail: Straight redirects don't work because of the variable that exists in the first URL. Any other suggestions for handling redirections on URL's with variables in 'em? [edited by: jdMorgan at 2:20 am (utc) on Feb. 3, 2006]
I'm trying to redirect an URL that looks like this:
http://www.domain.com/folder/page.php?q=16
to this:
http://www.domain.com/newfolder/page.php?q=16
RewriteCond %{QUERY_STRING} ^q\=16$ [NC]
RewriteRule ^(.*)$ [domain.com...] [R=301,L]
[edit reason] De-linked. [/edit]