Forum Moderators: phranque
For instance:
A person in my lan browse this address : [192.168.1.47...] they will see a intranet web page, but if a person in the intenet browse [publicip...] they will be forward to a welcome page.
is it posible to?
Thanks in advance.
Luis.
However, realize that HTTP is a stateless protocol, and that means they will *always* see the welcome page and never see the index page. In order to let them see both --say, the welcome page on their first request, and then the index page on subsequent requests-- you will have to set a cookie on their machine and check it (which you could also do with mod_rewrite).
For more information, see the documents cited in our forum charter [webmasterworld.com].
Jim