Hi,
I'm trying to get a rewrite rule where it has p=analytics, to goto the homepage of my site (I've set it to google.com, just to make it more obvious when its working);
..the rule I have is:
But all that does, is load the page? (I'm trying to filter it out, as the page isn't used any more)
Any suggestions?
TIA
Andy
I'm trying to get a rewrite rule where it has p=analytics, to goto the homepage of my site (I've set it to google.com, just to make it more obvious when its working);
..the rule I have is:
Code:
RewriteCond %{QUERY_STRING} analytics
RewriteRule .* [URL unfurl="true"]http://www.google.com/[/URL] [R=301,L]
But all that does, is load the page? (I'm trying to filter it out, as the page isn't used any more)
Any suggestions?
TIA
Andy