Tag: php solution
-
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.
-
Magento 1.9 issue on PHP7 hot fix
Recently, PHP7 release with a lot of performance feature improvements. But the problem is when you use magento 1.9 for PHP7 will turn out some problems in core. Since this issue is still not updated to new version of magento 1.9, I will show you here a quick hot fix to make it work.
-
Install imagemagick for PHP on MAC
Last time I face to a problem with Install ImageMagick for PHP on Mac what take me a lot of time to manage to get it work well. It ‘s quite simple if you know how to do. Today I will share you this simple tips hope it will save you a little time.
-
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.