domain

How to Redirect a Page to Another 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 on Redirect 301 /mypage.html http://example.com Redirect from one page to another page: #Redirect from a page/directory to another page Redirect 301 /oldpage.html /newpage.html Whenever you open a URL such as example.com/oldpage.html, it will redirect you to example.com/newpage.html.

Related: domain, redirects


August 28, 2023

How to Remove an FTP Account in Plesk

If you have created too many FTP User accounts and some have not been used, and you want to remove certain accounts, you can accomplish it by following this tutorial. Log in to your Plesk account. Click on Websites & Domains from the Sidebar Menu. Under the list of Domain names, click on the appropriate domain name. Under Files & Databases, click on the FTP Access. Checkmark the appropriate FTP accounts and click on Remove. Confirm with Yes to remove the selected FTP accounts.

Related: accounts, domain, ftp, plesk


August 26, 2023

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 on Redirect 301 /mypage.html http://example.com Redirect from one page to another page: #Redirect from a page/directory to another page Redirect 301 /oldpage.html /newpage.html Whenever you open a URL such as example.com/oldpage.html, it will redirect you to example.com/newpage.html.

Related: domain, redirects


July 5, 2023

How to Rename an FTP Username in Plesk

Log in to your Plesk account. Click on Websites & Domains from the Sidebar Menu. Under the list of Domain names, click on the appropriate domain name. Under Files & Databases, click on FTP Access. Click on the appropriate FTP account. Enter the new FTP name in the FTP account name field and confirm with OK.

Related: domain, ftp, plesk


April 28, 2023

How to Remove Parked Domains/Aliases in cPanel

Log in to your cPanel account. In the Domains section, click on Aliases. Under Remove Aliases, locate the parked domain name and click on Remove. For confirmation, click again on Remove Alias. You should see a message that your parked/alias domain has been removed.


April 12, 2021