Jayaram Ponnusamy wrote:Kindly please help me on this.
Did you have a look at the
RewriteRule Flags? You use the
[R] flag which does exactly what you don't want to happen: it causes a HTTP redirect to be issued to the browser. If you don't want this, just remove this flag and use e.g.
[NC,L] instead.