The Official PostNuke Installation & Getting Started Guide: Revision 9939 / Preview | ||
---|---|---|
Prev | Chapter 14. Basic Website Configuration | Next |
Intranet: Intranet should only be set to "Yes" if you cannot access PostNuke with a fully-qualified host name (for example, http://www.yoursite.com). Setting Intranet to "Yes" removes a number of security levels from PostNuke. It is NOT recommended to run in this mode unless you are behind a firewall and users are not permitted to access the site from outside the firewall. Entry example: "No"
Another option for Intranet use without the need to set Intranet to "Yes" is as follows: Administrators can simulate a domain name by adding the IP address of the site and the desired domain name of the site to a HOSTS file (usually /etc/hosts for *NIX, under C:\WINDIR\system32\drivers\etc for Windows NT/2000/XP).
IMPORTANT NOTE: Under Windows, be certain to modify the 'hosts' file and NOT 'lmhosts'. 'lmhosts' is for NetBIOS names.
For example, a HOSTS file entry might look like:
192.26.128.3 triton triton.tatooine.com
This means that typing http://triton or http://triton.tatooine.com would be pointed to 192.26.128.3. Hence, the site can be loaded on an Intranet without the need to downgrade security.