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 read cPanel emails on your Android mobile?

If you have already added your cPanel email accounts to your Android built-in email application, you can also add a widget to your Android screen to easily read your cPanel emails by just opening a widget.1. Open your Android mobile. Tap on the blank area of your home screen for...

How to Change PHP Version via CloudLinux Selector in DirectAdmin?

You can use CloudLinux's Select PHP Version to change your website's PHP Version in DirectAdmin. CloudLinux provides various PHP Versions to choose from.1. Log in to your DirectAdmin account.2. In the Extra Features section, click on the Select PHP version icon or type Select PHP in the navigation filter box....

How to Fetch - Sync email on your Android mobile?

We hope that you have already read our tutorial on How to Add a cPanel email account in Android Mobile, and you have already added a built-in email widget to your android screen.1. Press on the email inbox icon.2. Pull down from the top of the screen until little refresh...

How to enable boxtrapper in cPanel?

BoxTrapper requires all email senders who are not on your whitelist to reply to a verification email before you receive their mail. This protects your inbox from spam.If you want to get rid of unwanted emails, then you can enable this on all your emails or only on selected emails,...

How to create a domain pointer in DirectAdmin?

You can use your additional domain and point it to the root of your primary site. If your primary domain is example.com and point example.net to it and someone will access example.net, then the browser will display example.com1. Log in to your DirectAdmin Account.2. In the Account Manager section, click...