Category : VPS Hosting

How to disable “sudo su -” and “sudo passwd root” commands for wheel group users. Date: 02-10-2021 Step 1: Create user name and password.# adduser pheonix# passwd pheonixNote:- pheonix – Username Step 2: Add the user to the wheel group.# gpasswd -a pheonix wheel Step3: Open the sudoers configuration file.# vim /etc/sudoers Change %wheel  ALL=(ALL) ..

Read more

How to solve the following error on cPanel account creation. (XID c2aekm) Could not determine the Nameserver IP addresses for “unregistered.unregistered”. Please make sure that domain is registered with the valid domain registrar. Date: 02-04-2021 Introduction: The domain name does not have any nameservers set, it will be treated as an unregistered domain name. If ..

Read more

How to solve 403 Forbidden error while trying to access the sub directory in File Manager through browser Date: 08-04-2021 Step 1: Login to cPanel and open File Manager in the FILES section. Step 2: Create .htaccess file in the public_html directory and enter the below content in that file.DirectoryIndex index.php index.html index.htmOptions +Indexes Now ..

Read more