Hi,<br><br>I need to rewrite<br><a href="http://mysite:81/magento_mysite/abc">http://mysite:81/magento_mysite/abc</a><br>to<br><a href="http://mysite:81/magento_mysite/?store=abc">http://mysite:81/magento_mysite/?store=abc</a><br>
<br>I am able to do this using the .conf file. However, the browser shows the rewritten URL and not the original. <br>Apache's mod_rewrite ensures that the browser shows the original URL and not the rewritten one.<br>
<br>Is there some parameter I should be passing to avoid showing the new URL?<br><br>Thanks,<br>Yash<br><br>