Magento removes the index. phpMagento shown in the foreground URL after installation, we will find that there is a very disgusting index. php before the product or classification URL address. This URL format is uncomfortable for the search engine. How to remove ind Magento from index. php displayed in the foreground URL
After Magento is installed, we will find that there is a very disgusting index. php no matter before the product or classification URL address. This URL format is uncomfortable for the search engine. How can I remove index. php from the front-end URL? The good news is that Magento comes with this function. you only need to modify system parameters in the background. First, enter the following nodes in the background.
System-> Configuration-> General-> Web
As shown in, open Search Engines Optimization and select "Yes" for "Use Web Server Rewrites.
?
?
Magento remove index. php
?
Note that if we open the 404 page on any page at this time, it may be caused by two reasons.
- Index not reset. This is easy to solve. you just need to re-generate an Index at Index Management in the background.
- . Htacess file or the rewrite module on the server. (Try to modify. htacess to. waccess ).
?
Source: http://www.ruiwant.com/remove-index-php-from-magento-urls.html
?
?