Forum Moderators: phranque
I'd like these to be aliased to www.domain.com/sub/www/
In other words, the user continues to see sub.domain.com in their browser.
I've been able to create alias for domain.com/sub --> domain.com/sub/www but I can't figure out how to do it for subdomains. I'd like, if possible, to learn how to do this on an individual level, but also using a regular expression, such that any subdomain whould be aliased to its equivalent domain.com/sub/www/
I assume that this is possible without having to create a new virtual server in the apache server configuration for each one, right?