Tag: php.ini
-
Magento .htaccess redirection for Magento site
.htaccess is very powerful. In magento site, sometimes you will need to redirect a URL to another URL so that the easiest way to do this job is .htaccess file. In this tutorial I will show you a very easy to way to do that.
-
Disable warning and notice in php apache web server
It ‘s quite easy to disable warning and notice in php apache web server, but sometimes it will take us a lot of time to do. Now I write down this tip and you may save it down and use in the case you need.