voodish logo
Skip to: Content | Navigation | Site map

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 :D

Related Articles

Comments RSS Feed

1 Comments

  1. tastone July 21, 2010

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

  2. Go to Top of the page

Leave a comment