On Wed, 30 Jul 2014 07:51:25 -0400
Eric Covener <[email protected]> wrote:

> On Wed, Jul 30, 2014 at 7:48 AM, Bob <[email protected]> wrote:
> > RewriteRule dd_googlesitemap http://domain/sitemap.xml [R=301,L]
> 
> First arg should be ^$ not a piece of the query string.
> 
> 
Hello Eric,

thanks for your response. I have modified the rule as

RewriteEngine on
RewriteCond %{QUERY_STRING} ^&L=0$ [NC]
RewriteRule dd_googlesitemap http://domain/sitemap.xml [R=301,L]

but still no success where the scenario is 

http://domain/?eID=dd_googlesitemap&L=0 should be redirected to 
http://domain/sitemap.xml

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to