Redirect in Godaddy Website tonight builder

by setjo
3 replies
I have created website using Godaddy Website tonight builder but don't know how to redirect my home page to root to avoid duplicate content in google
i.e
www.example.com/home.html

to

http://www.example.com

Is there any way to upload htacess file because I know how to redirect thru htaccess but I do not know how to upload htaccess in Godaddy website tonight please help me
#builder #godaddy #redirect #tonight #website
  • Profile picture of the author davidaclark
    Upload the htaccess file as a standard text file written in notepad or similar then rename it to .htaccess
    When you go into cpanel/filemanager make sure you tick the box to show hidden files.
    Signature
    Buy the perfect domain name for your website.
    http://www.domainnamesthatsell.com/


    {{ DiscussionBoard.errors[9166390].message }}
  • Profile picture of the author himanuzo

    <html>
    <head>
    <META NAME="ROBOTS" CONTENT="NOFOLLOW">
    <meta http-equiv="refresh"
    content="0;URL=http:// www . example . com">
    <title>Your domain name</title>
    </head>
    <body bgcolor="#FFFFFF">
    </body>
    </html>
    1. You copy and paste html code above to a txt file.
    2. Replace: "http:// www . example . com" with your targeted url. And replace "Your domain name" with your website title.
    3. Rename it to home.html
    4. Upload home.html file to your website through FTP or File Manager of your website Control Panel.
    {{ DiscussionBoard.errors[9166401].message }}
    • Profile picture of the author setjo
      FTP is not provided with website created using Godaddy Website tonight builder.
      Pl tell how to redirect using Godaddy Website tonight builder app 7
      {{ DiscussionBoard.errors[9166412].message }}

Trending Topics