757 results for "online"
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. Steps to Modify Your htaccess File To create a user-friendly URL, follow these…
How to Access Email from cPanel Webmail
You can access your email account directly from Webmail. Open http://example.com/webmail. Replace example.com with your domain name. Enter your full email address and password in the user login details, and click on…
How to Edit (Dot)htaccess File in the cPanel File Manager
Log in to your cPanel account. In the Files section, click on File Manager. Navigate to the directory where your .htaccess file is located. To edit the .htaccess file of your root directory, navigate to the public_html…
Is your servers Litespeed?
Is your server Litespeed? Yes, Nabtech's servers are powered by Litespeed. Litespeed is a high-performance web server software that offers efficient handling of web traffic. It is known for its speed, scalability, and…
Update the registrar lock of a domain
This command is used to update the lock state under your account. Request Parameters Name Type Required? Description domain text Yes Domain name lockstatus text Yes Lock status Sample Request endpoint =…
How to Change the VPS Root/Admin Password in Virtualizer
You can change the root/admin password of your VPS operating system using Virtualizor. Follow the steps below to update your password: Log in to your Virtualizor Control Panel. From the left side panel, click on List…
How to Set a Preferred Payment Method in PayPal
If you have multiple debit or credit cards, you can set your preferred payment method in PayPal. Follow the steps below to do so: Log in to your PayPal account. At the top of the menu, click on Wallet. Click on the card…
How to Create a Directory or Files in Plesk File Manager
How to Create a Directory in Plesk File Manager Log in to your Plesk account. Click on Files from the Sidebar Menu. If you have multiple domains, click on the appropriate domain. Under File Manager, click on the…
How to Create an Email Account in DirectAdmin
To create a new email account, perform the following steps: Log in to your DirectAdmin account. In the E-mail Manager section, click on E-mail Accounts or type E-mail Accounts in the navigation filter box, and the…
How to Add a Subdomain in DirectAdmin
A subdomain is an additional part of your primary domain. For example, blog.example.com is a subdomain. Please follow this tutorial to create a subdomain in DirectAdmin. Log in to your DirectAdmin account. In the…
How to Disable Features That Another Feature List Cannot Override in WHM Root
Root Access is Required. You cannot access this feature through the WHM Reseller Account. If you want to disable cPanel account features that cannot be overridden by another feature list, preventing your client or…
How to Edit or Remove an MX Record in cPanel
You can edit or remove an MX Record in cPanel using the DNS Zone Editor. This tool allows you to manage, remove, or modify DNS records. Steps to Edit or Remove an MX Record Log in to your cPanel account. In the Domains…
How to Forcefully or Gracefully Shut Down the VPS in SolusVM
You can shut down the VPS in two ways: forcefully or gracefully in SolusVM. How to Gracefully Shut Down the VPS in SolusVM Log in to your SolusVM Control Panel. If you have multiple VPSs, select the appropriate one…
How to Change the PHP Version on Your Domain in cPanel
Some software requires a different version of PHP. You can switch the PHP versions using cPanel. Steps to Change PHP Version Log in to your cPanel account. In the Software section, click on MultiPHP Manager. Scroll down…
How to Bulk Delete Posts in WordPress
It is possible to delete posts in bulk using WordPress. You can also delete selected posts in bulk by following these steps: Log in to the WordPress dashboard. From the Dashboard menu, go to Posts and click on All…
How to Install GRAV via Softaculous in cPanel
Softaculous helps you install web applications easily. Please follow the steps below to install GRAV. Log in to your cPanel account. In the Software section, click on Softaculous Apps Installer. cPanel will redirect you…
How to Create a Subdomain in SiteWorx
A subdomain is an additional part of your primary domain. For example, blog.example.com is a subdomain. Please follow this tutorial to create a subdomain in SiteWorx. Steps to Create a Subdomain Log in to your SiteWorx…
How to Disable Directory Browsing Using the htaccess Rule
For security purposes, it is important to disable directory browsing on your website. This prevents unauthorized users from viewing the files and directories on your site. You can disable directory browsing by adding…
How to Install phpBB Forum via Softaculous in cPanel
Softaculous helps you install web applications easily. Please follow the steps below to install phpBB Forum. Log in to your cPanel account. In the Software section, click on Softaculous Apps Installer. cPanel will…
How to Block Any IP Address via an htaccess Rule
If you want to block an IP address, you can add the following lines to your htaccess file: order allow,deny deny from IP-ADDRESS allow from all Replace IP-ADDRESS with the IP you want to block. Related articles How to…