Remove index.php in Magento
Easy way to remove Magento index.php from URL and enable Magento SEF pages.
The first step is to modify your .htaccess file found in the root directory of your Magento installation.
1. Locate your .htaccess file and open it with a text editor (eg notepad) and find the following line:
Rewrite Base /magento/
and replace with
Rewrite Base /
Once the new htaccess file is uploaded.
2. Login to your Magento Admin Panel and enable the Web Server Rewrites. You can find it at:
System > Configuration > Web > Search Engine Optimization
3. Then goto your Cache Management page ( System > Cache Management) and refresh your Cache and also refresh the Web Redirects.
That’s it, all done
Related Articles
- 14.03.11: Turn off page titles globally in Joomla (0)
- 28.02.11: Joomla permissions (3)
- 08.04.11: Rename SMTP Banner Exim (1)
- 11.10.11: RSForm minimum character for phone | phone validation Joomla (0)
- 25.02.11: Delete failed: *.php Joomla! (1)









Comments RSS Feed





The first step is to modify your .htaccess file found in the root directory of your Magento installation.
Go to Top of the page