Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years a开发者_如何学编程go.
Improve this questionI want to change my sharepoint main page URL to a new one.
Now this is something like http://servername/SitePages/Home.aspx but I want to change the server name to a better name like :
http://OurSharePoint.com
how can I do this?
Change the alternate access mapping in central administration.
Depends on what you want to do. If you want the site to respond to a certain adress, add a AAM. If you want to rename the server/machine, use:
Stsadm.exe -o renameserver -oldservername -newservername
Just creare a root sitecollection in central admin (and delete the Sitepages sitecollection). Select the "/" option in stead of /sites
精彩评论