If your server is running with default php version 5 and you want php 4 for single account so you just can add the following line in .htaccess.Create one .htaccess file under public_html and add the following code.AddHandler application/x-httpd-php4 .phpnow you can create phpinfo page and check it will show your default php version is […]
See MoreTag: hostripples
Install ImageMagick on the Cpanel server.
ImageMagick is one of the most requested add-ons that allows for image manupulation. First, you should check GD on the server , it can be complied through easyapache.First check Imagemagick on the server/scripts/checkimagemagick=======================================Installation ImageMagick on the server/scripts/installimagemagickInstallation will take a couple minutes as it will install other packages needed by ImageMagick.==========================================================Check version of Imagemagick/usr/bin/convert […]
See MoreImages not loading for websites.
If you find that images are not loading in linux server then you should disable php functions.php.ini is configuration file of PHP.Find exact path of php.ini# php -i | grep php.iniOr you can use the another command like# php.iniConfiguration File (php.ini) Path => /usr/local/libLoaded Configuration File => /usr/local/lib/php.inithen search disabled disable_function in that file and […]
See More