cPanel
How to Redirect a Page or Website Using htaccess
If a page on your website no longer exists and you want to redirect it to a new page or website, you can use the dot htaccess file to redirect visitors.Redirect from a page/directory to another domain or the main domain:Redirect from a specific page to a domain:RewriteEngine onRedirect 301 /mypag...
Tutorial
How to Create a User-friendly URL Using htaccess
If your website is using a long URL such as example.com/files/folder/sitemap.html, you can change it to "example.com/sitemap" using htaccess.Modify 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 Delete "User Level Email Filter" in cPanel
If an email filter is no longer needed for a specific account, you can easily delete the user level email filter in cPanel. This helps keep your filtering rules simple. 1. Log in to your cPanel account. 2. In the Email section, click on Email Filters.3. Under Filters by Users, you can see all you...
How to Edit "User Level Email Filter" in cPanel
Need to change how emails are filtered for a specific email account? Editing a user level email filter in cPanel lets you update rules to better manage your inbox. 1. Log in to your cPanel account. 2. In the Email section, click on Email Filters.3. Under Filters by Users, you can see all your exi...
How to Create a "User Level Email Filter" in cPanel
It is 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 in to your cPanel account. 2. In the Email section, click on Email Filters. 3. Under Filters by Users, you can see all existing email a...
How to Delete an Account Level/Global Email Filter in cPanel
If you no longer need a specific spam filter, deleting an account level or global email filter in cPanel is simple. This helps keep your email settings clean and easy to manage. 1. Log in to your cPanel account. 2. In the Email section, click on Global Email Filters.3. Under Current Filters are d...
How to Edit an Account Level/Global Email Filter in cPanel
Editing an account level or global email filter in cPanel is quick and helps you manage unwanted emails across all your email accounts. 1. Log in to your cPanel account. 2. In the Email section, click on Global Email Filters. 3. Under Current Filters are displayed all existing filters. Click Edit...
How to Create an Account Level/Global Email Filter in cPanel to Fight Spam
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 an Account Level/Global Email Filter?1. Log in to your cPanel account. 2. In the Email section, click on Global Email Filters.3. Click on Create a New Filter. 4. Enter a n...
How to Enable Apache SpamAssassin and SpamBox in cPanel
Apache SpamAssassin is a mail filter that identifies spam. An intelligent email filter uses various tests to identify unsolicited bulk email, more commonly known as spam. These tests examine email headers and content to classify emails with advanced statistical methods. 1. Log in to your cPanel A...
How to Enable BoxTrapper in cPanel
BoxTrapper requires all email senders not on your Whitelist to respond to verification emails. It protects you from spam.If you want to get rid of unwanted emails, enable Boxtrapper either on all emails or just selected emails and configure it.1. Log in to your cPanel Account, 2. In the Email sec...
How to Delete an FTP User Account From cPanel
If you want to delete an FTP account, you can accomplish it by following this tutorial.1. Log in to your cPanel account.2. In the Files section, click on FTP Accounts.3. Under the FTP Accounts list, choose Delete.4. Click on Delete once again to confirm and remove the FTP account. Warning: Do not...
How to Change the FTP User Quota in cPanel
Follow these steps to change the FTP quota or set it to Unlimited.1. Log in to your cPanel account. 2. In the Files section, click on FTP Accounts.3. Under the FTP Accounts list, click on Change Quota. FTP Quota: Specify the quota in numerical words or select Unlimited. 4. Click on Change Quota. ...