[us...@httpd] Apache rewrite help - urgent

2010-12-29 Thread Anoop.V
I am looking for a rewrite issue for my apache server. We have some urls wrongly cached by google which making big problems in server. Following are some example urls http://www.mysite.com/?section_id=8 http://www.mysite.com/?section_id=7 http://www.mysite.com/?section_id=9

[us...@httpd] Is it possible to write apache rewrite for urls containing + sign?

2010-06-09 Thread Anoop.V
I have a url like http://www.example.com/search/test+word+abc Is it possible to rewrite that url to anothe url http://testword.example.com ? I failed because apache is not properly redirecting like this RewriteRule ^/search/test\+word\+abct http://testword.example.com [R=301,L] Is there any

[us...@httpd] URL-Rewrite Problem

2009-10-16 Thread Anoop.V
I have a problem with rewriting certain urls which contains special characters.Please have a look at the following urls RewriteRule ^/Football/Quarter-Reports%C2%A0    /Football/Quarter-Reports  [R=301,L] The problem is the server interprets it differently as the special characters change the

Re: [us...@httpd] URL-Rewrite Problem

2009-10-16 Thread Anoop.V
:30 PM Have you tried the NE flag in the rewrite rule? On Fri, Oct 16, 2009 at 10:41 PM, Anoop.V anuchetta...@yahoo.com wrote: I have a problem with rewriting certain urls which contains special characters.Please have a look at the following urls RewriteRule ^/Football/Quarter-Reports%C2%A0