
How will you check and confirm that your server is using suPHP?
It’s very simple to verify this. Have a simple ‘php info’ script. Create a file named ‘phpinfo.php’ under the public_html of your domain Insert the …
It’s very simple to verify this. Have a simple ‘php info’ script. Create a file named ‘phpinfo.php’ under the public_html of your domain Insert the …
There seems to have been a slight problem with the database. Please try again by pressing the refresh button in your browser. An E-Mail has …
If you are creating a cpanel account for a domain , lets say abc.com and after filling Up all the details ,required to create a …
Normally /var gets full due to saturated mails. To manually deliver those mails refer the following steps : a.Login the server as root. b.Fire the …
Many a times we receive the error ‘Maximum file limit has been reached’, in that case, please Refer the following steps to get it fixed:- …
Put the following code in .htaaccess file for that user as: php_flag engine off OR In httpd.conf file,for that particular domain, put the following code …
“Untar” a file If you are working with example.tar file, you can extract the files from it using: tar xvf example.tar If you …
Always recommended that you should take backup MBR. It is hard disk partition table on your server. We can use dd command to take a …
Login to your server as root Fire the following at the shell: which convert Most of the servers do have imagemagick installed at s — …
Below are the steps: Create a file “phpinfo” in an account: <? phpinfo(); ?> and check it using a browser, you should see, you have …
If want to control all the domains, before they resolve, then that could be done by creating some symbolic links. Let’s say you have domain12.com …