Reputation: 3127
We have a domino server that is named (for example) SERVER1. When I preview a design element for the web from within designer the URL will be something like this:
http://www.SERVER1.com/APPNAME.nsf/m_XPAGENAME.xsp
but this will return a 404 error as the correct URL is
http://www.DOMINO.COMPANYNAME.com/APPNAME.nsf/m_XPAGENAME.xsp
This is really inconvenient. My admin and I are not sure why this is so; we believe we have set up something incorrectly. Can anyone please explain what is going on and possibly how to correct it?
Upvotes: 0
Views: 119
Reputation: 12060
If Internet Sites are disabled (default), then you have to check three things in the Server document of your server:
one of the three will most probably be the wrong... But be careful: don't change them without knowing, what they are neede for in your environment...
BUT: this for sure is a question for ServerFault and NOT for StackOverflow
Upvotes: 2