Sometimes /boot partition gets 100% full on a CentOS/Redhat/Fedora system. To resolve this you can use a yum-utils package to clean up older kernels and configure yum not to keep too many versions. […]
Category: Cpanel
Remove .PHP Extension from URL using .htaccess
We see many PHP URLs without .php extension this can easily be achieved simply adding the following code in .htaccess file. […]
How to Set Up 301 Permanent Redirect via .Htaccess
Some times we need to change our website URL without affecting pages SEO. A 301 permanent redirect of page tells the search engines that new URL has taken place of old URL permanently. So search engines will remove old URL’s from there indexes. […]
Tips for securing LAMP Stack (Apache, MySQL and PHP) on Linux
If you are a system administrator and you have recently set up a LAMP stack on Linux server but you are not sure about its security, Than you are at a rite place. […]
“Could not connect to the database” error on CPanel
Recently we have setup new Linux server with WHM installed on it and we have enabled the cageFS on server which result in database connectivity issue. […]
How to Redirect your 404 page to the Home Page in WordPress
404 errors are the part of all websites and it usually comes when requested page not found on the web server. In this article, we will show you how to redirect 404 page to home page in WordPress. […]
How to Download and Upload Files with SFTP Securely
SFTP (SSH File Exchange Protocol) is properly secured method to transfer files between local and remote server. This method encrypts the transfer of data between local and remote system. […]
How to Fix SSL Error When You Can’t Login to WordPress
One of the unusual problem that many customers experience is that when trying to sign in to WordPress, an SSL error is occurred. In this informative article, you’re going to figure out how to fix SSL error when you’re incapable to login to WordPress admin. […]
How to create a welcome-note for SSH server
It’s very simple to create a welcome-note for SSH server by adding a text file in ‘/etc/ssh/’ location In that file we can add the content as welcome-note. […]
How to remove parked domain through command line – cpanel/WHM
Using cPanel we can simply remove a parked domain via control panel options. Today in this post I will explain how to remove a parked domain via command line. […]