Closed Thread
Results 1 to 7 of 7

Thread: Different of www1 and www

  1. #1
    cakka is offline Programmer
    Join Date
    Jun 2008
    Location
    Jakarta - Indonesia
    Posts
    192
    Rep Power
    0

    Question Different of www1 and www

    What the diferrent of www1 and www?
    Thanks.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Different of www1 and www

    Moved to the correct forum.

    They are different sub-domains. Just as forum.codecall.net and CodeCall Programming are different. The system administration can make these whatever he/she wants.

  4. #3
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Different of www1 and www

    Also note that most people who notice the www1 prefix are likely to get suspicious of the site.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #4
    cakka is offline Programmer
    Join Date
    Jun 2008
    Location
    Jakarta - Indonesia
    Posts
    192
    Rep Power
    0

    Re: Different of www1 and www

    Ehm.. ic... i think some site is redirect to www1 for better performance .... ?
    Maybe

  6. #5
    Jordan Guest

    Re: Different of www1 and www

    Simply changing the name of the subdomain does not improve performance.

  7. #6
    rhoan is offline Newbie
    Join Date
    Jan 2009
    Posts
    11
    Rep Power
    0

    Re: Different of www1 and www

    thank for that info...

  8. #7
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Different of www1 and www

    If you have a site:
    Code:
    http://www.mydomain.com
    , odds are that any other sites you have are going through the same web server, such as
    Code:
    forum.mydomain.com, blog.mydomain.com, etc.
    The result is that the same computer is processing the request, regardless of the source. However, somebody else could register
    Code:
    www1.mydomain.com
    , which would mean that the two websites could be from completely different companies, such as
    Code:
    http://www.capitalone.com
    could be legit but
    Code:
    www1.capitalone.com
    could be a phishing site trying to steal your data.
    Last edited by WingedPanther; 01-10-2009 at 07:47 AM. Reason: clean up auto-linking of URLs
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts