Is there a way to have a virtual directory in Apache for a directory within the parent directory? So for instance, if I have a virtual host that points to \htdocs\mysite, and I want to have /images point to \htdocs\mysite\version1\archive\graphics, how would I do this?
I'm having to balance converting an old system to a new one, so I can't simply move the \htdocs\mysite\version1\archive\graphics into the \htdocs\mysite\images folder
Thanks!
Open in new window