PDA

View Full Version : Another question about subdomain questions


Kimberly
04-06-2001, 07:52 PM
When I put in http://freepictures.momsbreak.com my page come up fine but when I put in the www. like http://www.freepictures.momsbreak.com I get my main index page.

Can subdomain not have the www in the url?


Kimberly

mark_olson
04-06-2001, 09:15 PM
I'd guess not.
I'm sure you can do something with the .htaccess file to get this to work, but I haven't the slightest on how to do this.

stefd
04-09-2001, 04:45 PM
Subdomains don't take the www.

aebj
04-18-2001, 12:28 AM
From my limited knoledege of the whole thing...

The "www" is a pointer like "ftp" ect.

Your subdomain ..(sub.you.com) "sub" is a pointer as well.

How it works I couldn't begin to say but thats the answer I got and it made sense to me.

eric418
04-26-2001, 10:11 PM
domain.com - top level domain

1.domain.com - second level domain

www.1.domain.com - 3rd level domain.

by adding www, server will treat it as the 3rd level domain.

aebj
04-27-2001, 07:45 PM
Is that why we have a "WWW" folder and a "public_html" folder with the same data?

eric418
04-27-2001, 10:12 PM
actually that is not a directory or folder, but it's just a shortcut. Just like *.lnk file in windows system.

eric418
04-27-2001, 10:14 PM
btw, if you check out its attribute, it's:

l rwx rwx rws

whenever u see attribute with a "L", it's a link.