1
vote
1answer
31 views

Are there any risks when allowing only HTTPS traffic to a SP site?

We'd like to do away with any pesky additional AAMs, and also not have to worry about extending our web applications more than we need to - our implementation is very straightforward, and having extra ...
0
votes
0answers
67 views

Alternate access problem

I have alternate access set for my site like default : http://mycomputername intranet: http://192.168.XX.XX internet: http://204.xx.xx.xx:portnumber I have problem from accessing it from internet ...
1
vote
1answer
132 views

Search Server Express fails to provide results after changing content source to FQDN

I have SP Foundation site which is running Search Server Express. When the site collection, IIS, and SSE are configured for a FQDN rather than the default machine name, the crawling service ...
1
vote
3answers
2k views

Using Sharepoint URL without port number

I have a sharepoint web application like so:http://intranet:8080 I don't want to use port 80. But i want users to type URL http://intranet instead of http://intranet:8080 How can i achieve this? ...