Multiple web roots in CF Developer version?
Due to the fact that our development server is three CF versions behind our live server (6.0 vs 8.0), I've decided to install the CF8 Developer version locally.
My only problem is that I need to have two separate web roots - one for our Internet pages and one for our Intranet pages. On our development server we have /root/inter and root/staff with each being it's own web root, but when I try to do this on my local CF, all my includes fail because it sees this:
localhost:8500/inter/mydir
when it should see:
localhost:8500/mydir
Is there any way to have two separate webroots in CF Dev version?
