cancel
Showing results for 
Search instead for 
Did you mean: 

How to Remove index.php from Magento URL

How to Remove index.php from Magento URL

Hello

we follow all steps for remove index.php in url

step like 1>change admin panel config>gen..>web>etc , 2>htaccess file.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

------------------------------------------------------------------------------------------------------

But no perfect solution,

when we click any menu then directly display 404 page!

Please help me!

What can i do?