Hi,
I’ve being trying for the past 5 hours to set up my site and I need Alias (Virtual Directories) on my system. That’s How my system works:
Ex.
/root
/sites
/site1
/site2
/assets
/etc
/com
So site1.com points to folder /root/sites/site1/
but files on this root need to access /root/assets for instance. On my local config I have: Alias /assets/ /root/assets/ and it works fine. So all I need now is to figure out how to do the same on .htaccess (no Alias allowed).
Can someone help me?
Thanks
Pedro