In our new MOSS 2007 shared document library, creating a sub-folder works fine.
However, there is a problem with the sub-folder's URL. It missed the domain
name. For example, a sub-folder named LANL should have this URL
https://localhost.domainname/subsite/Shared%20Documents/Forms/AllItems.aspx?Root\
Folder=%2fnucdist%2fShared%20Documents%2fLANL&FolderCTID=&View=%7b2317237C%2d141\
F%2d49EF%2dBF1D%2d783CC8B10D33%7d
But domainname is missed from the URL:
https://localhost/subsite/Shared%20Documents/Forms/AllItems.aspx?RootFolder=%2fn\
ucdist%2fShared%20Documents%2fLANL&FolderCTID=&View=%7b2317237C%2d141F%2d49EF%2d\
BF1D%2d783CC8B10D33%7d
Because of that, the link is broken.
Is this related to something (like a template in document library) configured in
the 12 hives? How to fix this problem?