Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
Removing the www. from your domain...

 
Post new topic   Reply to topic Printable version
 View previous topic  Cool DNS shortcuts Post :: Post wtf, Merry Christmas  View next topic  
Author Message
palkema
Newbie


Joined: Dec 07 2007
Posts: 1
Offline

PostPosted: Fri Dec 07, 2007 10:22 am   Post maybe stupid    Post subject: Removing the www. from your domain... Reply to topic Reply with quote

Hey guys... if i go to a website say,

http://www.google.com/intl/en/about.html

I click the URL and remove the "http://www." off the beginning of the url and hit submit server will fix my problem without moving me to any other page.

I am having an issue doing this with my server. It seems that most servers have this functionality already but mine doesn't. Could somone please explain this to me?
Back to top
View users profile Send private message Add User to Ignore List
Doc Flabby
Server Help Squatter


Joined: Feb 26 2006
Posts: 636
Offline

PostPosted: Fri Dec 07, 2007 10:27 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

This isn't the right place to ask, so this top will probably get moved as it deal with SubSpace Servers. However as to your problem, its a DNS setting, i recommend you ask your domain name service providor to set it up for you.
_________________
Rediscover online gaming. Get Subspace | STF The future...prehaps
Back to top
View users profile Send private message Add User to Ignore List
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Wed Dec 12, 2007 2:16 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Works for me without messing with DNS settings. You should just fix your virtual host configs.
Back to top
View users profile Send private message Add User to Ignore List
Maverick
broken record


Age:40
Gender:Gender:Male
Joined: Feb 26 2005
Posts: 1521
Location: The Netherlands
Offline

PostPosted: Wed Dec 12, 2007 4:45 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

palkema, check your DNS settings.
There should be two A records to work with and without "www":
Code: Show/Hide

        A     192.168.175.133
www     A     192.168.175.133


And, as Solo Ace said, also check your virtual host/Apache configuration.

More information (and the place to ask more questions):
http://www.webhostingtalk.com/showthread.php?t=603864
_________________
Nickname: Maverick (I changed my name!)
TWCore developer | Subspace statistics
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
CypherJF
I gargle nitroglycerin


Gender:Gender:Male
Joined: Aug 14 2003
Posts: 2582
Location: USA
Offline

PostPosted: Wed Dec 12, 2007 7:52 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

I've seen some sites create a redirect to the www. if you hit it without.
_________________
Performance is often the art of cheating carefully. - James Gosling
Back to top
View users profile Send private message Add User to Ignore List
Smong
Server Help Squatter


Joined: 1043048991
Posts: 0x91E
Offline

PostPosted: Sun Dec 16, 2007 6:57 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Sometimes I've seen sites hosted on sscentral.com add the www if you try to go to a page that doesn't exist, probably something messed up in the configs.
_________________
ss news
Back to top
View users profile Send private message Add User to Ignore List Visit posters website MSN Messenger
Cheese
Wow Cheese is so helpful!


Joined: Mar 18 2007
Posts: 1017
Offline

PostPosted: Thu Dec 20, 2007 3:39 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

and u can use mod_rewrite to remove www completely.
_________________
SSC Distension Owner
SSCU Trench Wars Developer
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address
Cerium
Server Help Squatter


Age:42
Gender:Gender:Male
Joined: Mar 05 2005
Posts: 807
Location: I will stab you.
Offline

PostPosted: Tue Dec 25, 2007 12:43 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

mod_rewrite and a redirect is overkill for such a thing. If they're going to point to the same place anyway, just setup the no-subdomain version as your primary in the vhost entry, then add a server alias for the www.

Example:
Code: Show/Hide
<VirtualHost *:80>
    ServerName      cericlabs.com
    ServerAlias     www.cericlabs.com
    ServerAlias     c-server

    # Other directives here
</VirtualHost>


Of course, this only works if they're both pointing to the same server; but yeah...
_________________
There are 7 user(s) ignoring me right now.
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Trash Talk All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 138 page(s) served in previous 5 minutes.

phpBB Created this page in 0.646072 seconds : 32 queries executed (83.7%): GZIP compression disabled