4 replies
  • WEB DESIGN
  • |
Hello Friends.

I have big problem. Not get answer yet Please help me :confused:

I have Hostgator Hosting account and go daddy domain.
I have lunched my site now.
But when I go to my forum URL show as this.
blackpointforum c o m

But I want show URL with www " blackpointforum c m"

Same problem for this url androidwallpapershq c m

How Can I do this. Please give me step by step help.
#domain #setup
  • Profile picture of the author sunray
    To let your site open with the www. in front of the domain name, you have to add the following to the .htaccess file (must be in the root directory of your site):

    RewriteCond %{HTTP_HOST} ^blackpointforum\.com$ [NC]
    RewriteRule ^(.*)$ http://www.blackpointforum.com/$1 [L,R=301]
    {{ DiscussionBoard.errors[7193991].message }}
    • Profile picture of the author Wenape
      You have to pick a canonical name for your site. It looks like right now they are showing without the www.

      If you use "Wordpress" you can change this in "Settings". I don't know where to do it in a forum though, depends on the plataform.

      But on most sites, just add this in the header (In between <head> </head>) of the index.html (Main file of the site):
      <link rel="canonical" href="http://www.yoursite.com">

      I hope this helps you.


      More info:
      Canonicalization - Webmaster Tools Help
      {{ DiscussionBoard.errors[7194528].message }}
  • Profile picture of the author lgchandana
    I do this for my Forum. and want to do this for my Worpress blog.
    But not able to do this. help
    {{ DiscussionBoard.errors[7194951].message }}
  • Profile picture of the author biotinpy12
    I want to setup a domain to allow access to it at a remote browser. I never setup a dns, any help out there?
    {{ DiscussionBoard.errors[7196240].message }}

Trending Topics