Hello All -
We have our main website on a server running oracle, and we can't install MySQL on it for various reasons. In order to run a Wordpress blog and a wiki, both using MySQL, we've set up a second server (which is on a different IP), and we've set up subdomains for blog.oursite.com and wiki.oursite.com. We would like the addresses for those sites to appear as oursite.com/blog and oursite.com/wiki.
We also don't have mod_proxy compiled into apache on the main server.
Is there any way to use mod_rewrite to set that up without using mod_proxy?
Thanks in advance!
- Paul