Microsoft
Software
Hardware
Network
Question : Internal server name showing in URL
I have a SharePoint server on a server called 'serverx64'. Internally users access it via
http://serverx64/sitename
.
I am trying to make the server accessible from 'the outside'. The NAT has been worked out and if external users point to
http://server.example.com/
sitename
they are challenged with IIS authentication, but as soon as they pass that, the url in the browser changes to
http://serverx64/sitename
and, of course, fails to find the server.
Why is the server name changing from server.example.com to serverx64 when the user tries to load the site?
Dave
Answer : Internal server name showing in URL
You need to setup alternate access mapping in central admin.
you can extend your web application to internet and point it to
http://server.example.com
.
Random Solutions
Exchange 2010 with DAG design question
WebService Client problem
How to do paggination in Jsp
How do I fix odbc call failed #1062 under access vba with a mysql backend?
PDFs and iPads
Exchange Active Sync and self assigned certificates
Squid NT and Internet Redirection
How do I delete the default recipient policy in exchange 2010?
Running reports and Log size
How can I detect a pixel color of an image in Flash using ActionScript 2?