Hi
I’m having two fc2 servers running apache 2.0. The first one have a public IP (web1), the second one (web2) don’t, its used as a xtranet.
What im trying to do is, by pushing a link on a website on web1, i want to redirect the call to web2 on which I have phproject installed. The following RewriteRule in httpd.conf will get me to the login page on phproject but as soon as I try to logon it fails, it cant read subdirs..
RewriteRule ^(.*) httpd://192.168.1.65/phproject/$1 [P]
Any ideas ?