Skip to main content

How to remove index.php in magento

Go to .htaccess  file and search 'RewriteBase'

and you found it on line no 123 and change it to

RewriteBase /
and save it now refresh your page

Comments