January 2014
Beginner to intermediate
132 pages
2h 59m
English
A really quick and easy adjustment we can make to our entire website URL structure is to remove the default index.php string that is appended to the base URL—for example, http://www.mydomain.com/index.php/my-product.html—and also auto-redirect to our base URL if the non-www version of our domain is entered.
In order to achieve these small fixes, we should perform the following steps:
index.php.As long as our server has been configured correctly and our default .htaccess file is ...
Read now
Unlock full access