How to check PHP error logs for an account on cPanel hosting
Every individual account has error logs enabled by default on the cPanel account whether it is on shared hosting or on dedicated hosting.…
Free tutorials, Tech News, Source codes, Tweaks and Tips.
Every individual account has error logs enabled by default on the cPanel account whether it is on shared hosting or on dedicated hosting.…
Today one of my VPS customer got following error : libkeyutils.so.1: cannot open shared object file: no such file or directory on centos…
Here is quick code for creating redirection for your web site: Redirecting to www: RewriteEngine On RewriteCond %{HTTP_HOST} !^www.example.com$ [NC] RewriteRule ^(.*)$ http://www.example.com/$1…
Disabling SYM links is not a tough task on WHM/cPanel based servers, however you might not found proper way to do this, here…
Now a days hackers are just focusing on wordpress web sites as they are lack of security measurements. I was also a victim…
Backing up MYSQL databases became very necessary especially if you own a shopping cart or e commerce website. Hackers are always trying to…