How can I make sharepoint use a small URL (e.g. http://internal.com instead of http://internal.com/sites/osfc/Pages/Default.aspx)
Posted
by
StevenB
on Server Fault
See other posts from Server Fault
or by StevenB
Published on 2010-07-01T09:01:26Z
Indexed on
2011/02/18
15:27 UTC
Read the original article
Hit count: 220
sharepoint
Hi all,
I'm new to sharepoint 2007, currently the home page is htp://internal.com/sites/osfc/Pages/Default.aspx but I would like to use htp://internal.com or have htp://internal.com redirect to the long URL.
How can I do this?
I thought of using a 301 redirect but the permissions on the site in IIS don't allow users to view files placed in the root and I don't want to mess with the permissions. Currently if I visit http://internal.com I see a sharepouint Access Denied page (htp://internal.com/_layouts/AccessDenied.aspx?Source=%2f).
Note: I've used htp:// above as serverfault doesn't allow more than 1 https:// link.
Many thanks Steven
© Server Fault or respective owner