i really don't have idea that How to redirect the domain name of my website.please share your ideas what i can do for that.
i really don't have idea that How to redirect the domain name of my website.please share your ideas what i can do for that.
where do you want to redirect it?
if you want to point it to different hosting. Change that domain so called "nameservers" or "Domain nameservers"
if you want to redirect some webpage to another webpage or another domain use .htaccess redirect. Google it.
Example tutorial: https://internetlifeforum.com/php-mysql-forum/3549-redirect-old-domain-subpages-new-domain-htaccess-rule/
You can redirect your domain by 3 ways:
1. Domain panel: You can redirect your domain in your domain control panel or you can take help of your domain registrar.
2. Hosting control panel: You can redirect your domain through your hosting panel like cpanel or plesk.
You can follow below steps if you are using cpanel:
Login to cpanel >> Redirects
3. .htaccess file: You can redirect your domain by adding below code in your .htaccess file.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
dear friend
redirect domain name:
Sign in to your Hover Control Panel.
If you have more than one domain, click on the one you want to Forward.
Check to see what Nameservers your domain is pointed at.
Click on the DNS tab.
Click on the Overview tab again, and then click on Forward This Domain in the Forwards section.
Chose the blank domain from the drop down list.
Enter the full URL (including the http:// or https://) in the Forwarding To section.
Your domain forward will be displayed in the Forwards section.
Bookmarks