Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Web site not accessible with the "www" prefix, why not ?
Rating 5 V
hazemmostafa
post May 1 2007, 10:32 PM
Post #1


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 51
Joined: 29-April 07
From: EGYPT
Member No.: 21,716



Hello ,

I have a small problem :/

my site works fine then i miss with something i think sad.gif
now it works with the domain hightradegroup.com
and doesnt work with www.hightradegroup.com

how can i fix this www thing ?

please advise me

Thank You
Go to the top of the page
 
+Quote Post
pyost
post May 1 2007, 11:23 PM
Post #2


Nenad Bozidarevic
Group Icon

Group: [MODERATOR]
Posts: 1,049
Joined: 7-November 05
From: Belgrade, Serbia
Member No.: 9,500
myCENTs:9.92



I believe it is a matter of your location. I can easily access your web site through both URIs. I don't think this is something to be worried about, since at least 90% of people can (probably) access your web site with no problems whatsoever.

And please, do try to make your topic titles more descriptive.
Go to the top of the page
 
+Quote Post
FirefoxRocks
post May 2 2007, 01:31 AM
Post #3


Super Member
Group Icon

Group: [HOSTED]
Posts: 752
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



You should make a redirect from http://www.hightradegroup.com to http://hightradegroup.com .

This is because we should start conforming to the no-WWW Class B (if not C) level. Currently, you are at Class C right now, which by their definition is the way the Internet should be but not recommended right now.

Edit the .htaccess file that you see in the public_html folder and add this somewhere:
CODE
RewriteEngine On
RewriteCond %{HTTP_HOST} www.hightradegroup.com
RewriteRule (.*) http://hightradegroup.com/$1 [R=301,L]


That is how I redirect my site. So if people visit http://www.hightradegroup.com, they will automatically be redirected to http://hightradegroup.com .

Hope that helps.
Go to the top of the page
 
+Quote Post
lonebyrd
post May 4 2007, 01:08 AM
Post #4


Premium Member
Group Icon

Group: Members
Posts: 302
Joined: 23-February 06
From: Northeastern Connecticut USA
Member No.: 11,487



One thing I'd like to point out is make sure it doesn't say https: I cant remember exactly how it happened, and cant check right now because my credits are in the negative, but somehow from CPanel it redirected me with a https: instead of http: Just a thought.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. JSP (J2EE) Hosting(11)


 



- Lo-Fi Version Time is now: 5th December 2008 - 02:26 PM