Hi,<br><br>I have created a config so that a URL like <a href="http://www.mysite.com/abc/electronics.html">www.mysite.com/abc/electronics.html</a> is rewritten as <a href="http://www.mysite.com/index.php/electronics.html?store=abc">www.mysite.com/index.php/electronics.html?store=abc</a>.<br>
<br>This is what I see in Mozilla Firebug<br><br>     <br>GET abc/electronics.html<br>    <br>301 Moved Permanently<br>       <br>      <br>GET index.php/electronics.html?store=abc<br>    <br>200 OK<br><br>What is annoying is that the browser now shows the rewritten URL and not the pretty URL. How can we ensure that the redirection happens only internally?<br>
<br>Thanks,<br>Yash <br>