| Author |
Message |
Andy K
Guest
|
Posted:
Tue Nov 08, 2005 5:51 pm Post subject:
I need to change the default URL in our Windows Sharepoint S |
|
|
The original Sharepoint service was intendent for on0campus use only, and the
URL was just http://xxxxxxxxx.
Now, we allow off-campus access to faculty and staff, and changed the URL to
https://xxxxxx.
How can I change the default URL to https:, and still keep the multitude of
links, sites, documents and user settings intact? |
|
| Back to top |
|
 |
Dustin Miller
Guest
|
Posted:
Wed Nov 09, 2005 9:51 pm Post subject:
Re: I need to change the default URL in our Windows Sharepoi |
|
|
If people access the site with HTTPS, all the SharePoint-generated links
should be prefixed with HTTPS automatically (since it generates
root-relative links).
You can turn on an option in IIS to require HTTPS, which will throw an
error message if someone tries to use HTTP (no S), and you can even edit
that error message to automatically redirect to the HTTPS version of the
site...
-----
Dustin Miller
SharePoint University (Community) [http://www.sharepointu.com]
SharePoint Bootcamp (Training) [http://www.sharepointbootcamp.com]
SharePoint Blogs (Blogs) [http://www.sharepointblogs.com]
SharePoint Experts (Business) [http://www.sharepointexperts.com]
Andy K wrote:
| Quote: | The original Sharepoint service was intendent for on0campus use only, and the
URL was just http://xxxxxxxxx.
Now, we allow off-campus access to faculty and staff, and changed the URL to
https://xxxxxx.
How can I change the default URL to https:, and still keep the multitude of
links, sites, documents and user settings intact? |
|
|
| Back to top |
|
 |
Todd Klindt
Guest
|
Posted:
Thu Nov 10, 2005 1:52 am Post subject:
Re: I need to change the default URL in our Windows Sharepoi |
|
|
This will forward all http links to the https link automatically,
http://wss.collutions.com/Lists/FAQ/DispForm.aspx?ID=359
tk
"Andy K" <Andy K@discussions.microsoft.com> wrote in message
news:8230DC8A-8F48-409E-A506-C9E2F3C17041@microsoft.com...
| Quote: | The original Sharepoint service was intendent for on0campus use only, and
the
URL was just http://xxxxxxxxx.
Now, we allow off-campus access to faculty and staff, and changed the URL
to
https://xxxxxx.
How can I change the default URL to https:, and still keep the multitude
of
links, sites, documents and user settings intact? |
|
|
| Back to top |
|
 |
|
|
|
|