How can i remove index.php from the URL in Magento.
For example the home page URL is: www.mydomain.com/index.php
I want to show
You can remove the index.php in the frontend URLs performing the following steps:
Go to the admin section of Magento.
In System -> Configuration -> Web -> Search Engines Optimizations, select YES.
In System -> Configuration -> Web -> Secure -> Use secure URLs in the frontend, select YES.
Edit the /installdir/apps/magento/htdocs/.htaccess and uncomment the line:
RewriteBase /magento/