On 1/27/06, Nathan Quinones <[EMAIL PROTECTED]> wrote:
The SERVER_NAME environment variable contains the host name of the server (i.e. blah.blahcompany.com). However, internally, the users cannot get to anything that ends in blahcompany.com. So internally they will access the server using the inside IP address of 192.168.x.x. However the above rewrite code translates their request from http://192.168.x.x to https://blah.blahcompany.com. This will not work because the users cannot access anything that ends in blahcompany.com.
Applying Occam, perhaps a more striaght-forward solution is to fix this problem, so that internal users can properly access the
blah.blahcompany.com server from inside the network. You should be able to configure your internal DNS to properly resolve blah.blahcompany.com
for your internal clients to the appropriate address.
--
Tom Jedrzejewicz
[EMAIL PROTECTED]
YAHOO! GROUPS LINKS
- Visit your group "Easy400Group" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
