hi TransitionalData,
Recommendation by Heem14 would work. However, user would still see the transfer of data (in browser status bar) that there are connection made to http://forums.domain.com/,
Another method is to use Apache's ProxyPass/ProxyPassReverse
Specifically
http://httpd.apache.org/do
http://httpd.apache.org/do
some new directive for apache2.2.x which i have never tried -- i think it would take care of cookie things:
http://httpd.apache.org/do
http://httpd.apache.org/do
briefly, you would need to:
1. load mod_proxy. locate the apache configuration file (httpd.conf) and uncomment the following line.
LoadModule proxy_module modules/mod_proxy.so
2. Next, add the following directive.
ProxyPass /forums/ http://forums.domain.com/
ProxyPassReverse /forums/ http://forums.domain.com/
3. restart apache.
** if your apache is running VirtualHosting, add the above to the respective Vhost container.
HTH.
Cheers.
Main Topics
Browse All Topics





by: Heem14Posted on 2007-08-23 at 10:12:12ID: 19756065
use frames. a small one on the top and then forums.domain.com in a big frame.