How to Create a "User Level Email Filter" in cPanel?

It's hard to stop spam email entirely, but you can filter it, discard it, deliver it to the selected folder, etc.How to Create a User Level Email Filter?1. Log into your cPanel account.2. In the Email section, click on Email Filters Icon.3. Under Filters by Users, You can see all...

How to create a user-friendly URL using .htaccess?

If your website is using long URL like example.com/files/folder/sitemap.html, you can change it into "example.com/sitemap" in .htaccessModify this line according to your needs and then add this code to your .htaccess file.RewriteEngine onRewriteRule ^sitemap/$ /files/folder/sitemap.html [L]

How to Create Email Account in DirectAdmin?

1. Log in to your DirectAdmin Account.2. In the E-mail Manager section, click on the E-mail Accounts Icon or type E-mail Accounts in the navigation filter box, and the option will appear. Click on it.3. On the top right-hand side, click on the Create Account button.4. In the Username field,...

How to forward email in Mozilla Thunderbird?

You can forward the email to other email accounts using Mozilla Thunderbird.1. Open Mozilla Thunderbird.SCREENSHOT:https://prnt.sc/E98VCFxEzesz2. Go to Inbox, select the message you want to forward and it will show the Forward option. Then click on it.SCREENSHOT:https://prnt.sc/vdOrG7Q7R05e

How to check disk usage of directory and bandwidth usage?

f you are receiving a disk space usage warning and don't know which folder is using too much space from cPanel, this tutorial will be helpful.1. Log into your cPanel account.2. In the Files section, click on the Disk Space Usage icon.3. In the Disk Space Usage area, you can...

How to Repair database via phpMyAdmin in cPanel?

1. Log into your cPanel account.2. In the Databases section, click on the phpMyAdmin icon.3. In the left sidebar, Click on the expand button to expand the database like "example".4. Under your cPanel username, you can see a list of all databases. Select the appropriate database that you want to...