How to increase upload_max_filesize Limit at MultiPHP Ini Editor
On your cPanel dashboard look for the Software section & click on MultiPHP Ini Editor select a domain from the dropdown that you want to increase the max upload size. Below “PHP Directive”, scroll down to “upload_max_filesize”. Once you enter the desired upload size, scroll to the bottom of the page and click the blue […]
How to change php version using MultiPHP Manager
On your cPanel dashboard go to Multiphp Manger Mark the domain / subdomain name Select the PHP Version & Click on Apply Done
How to redirect HTTP to HTTPS Using htaccess
On Your Cpanel Dashboard Go To Filemanager > Public_html Right Click On .httaccess file & click on edit Paste the code & click on save it RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
How to show hidden files in Filemanager
On your cpanel dashboard go to Filemanager Click Settings in the upper right corner Select your Document Root and check the box for Show hidden files and click Save
How to Set Up CPanel Email Disk Usage…?
1 .Email Disk Usage On your account cPanel interface, you will find the Email Disk Usage feature. This feature allows you to view all of your mailboxes and quickly remove old emails or large messages. 2.The mailbox table Mailbox Name – the name of the mailbox folder # of Messages – the number of messages in the mailbox folder […]
How to create a Email Account at Cpanel
One of the many benefits of owning a domain name is that you can create custom, professional domain email addresses. All Doteasy web hosting plans come with domain email capability, though the number of domain email accounts you can create depends on your hosting plan. Follow these steps to create a domain email account: […]
How to create subdomain in cpanel
You can use subdomains to create unique, separate content areas of your website. For example, blog.yourdomain.com and shop.yourdomain.com. Subdomains are created using the Subdomains tool in cPanel. Click on Subdomains under Domain in cPanel. 2.Under Create a Subdomain, enter the name of the subdomain you want to create in the Subdomain text box. cPanel automatically fills in the document root path by […]
How to block xmlrpc attacks at cpanel
xmlrpc.com is a WordPress file that was intended to be used for API’s but lately it’s more and more used as a way for hackers to brute-force WordPress installations. To block access to xmlrpc.php on a single WordPress installation add the following code to your .htaccess file: # Block XML-RPC <Files xmlrpc.php> order deny,allow deny […]