Sharepoint 2013 - 404 Not found when accessing a collection of sites from outside

This question may be a duplicate, but no recent publication leads to an answer to my question.

I have Sharepoint 2013 running on Windows Server 2012. The following problem occurred:

I created a new collection of sites as a wiki. Everything (links, ...) works fine on the server, but when I want to access the wiki from outside (not localhost), the server works in error 404 Not found.

http://localhost/sites/wiki/Pages/Home.aspx - works fine(localhost)

http://10.38.0.15/sites/wiki/Pages/Home.aspx - doesn't work.

I checked the IIS settings, all servers are up and running. There are no errors in the log file.

Does anyone know how to solve this problem?

THX Jürgen

+5
source share
2 answers

, IIS. 404 , - IIS, , .

IIS "" , ID.

IIS , . , . , :

ID 1: : *: 80
ID 2: : www.yoursite.com:80

www.othersite.com 1. , https: ID 2. , , , . "Www.yoursite.com" " -" SharePoint. "": , . , , -.

, , :

http://technet.microsoft.com/en-us/library/gg276325.aspx

, Server 2012, , 401 . .

http://support.microsoft.com/kb/896861

+7

SharePoint. :

http://yourservername         default
http://10.10.1.30:80          internet 
http:// so on ..
0

All Articles