Resolve local subdomain on apache for paths within user dir
- by MaoPU
On Apache 2.2.x I've activated mod_userdir. I used the default setup, so that http://localhost/~name/ will be connect with ~name/public_html/ and a path within public_html, e.g. ~name/public_html/mySite can be reached through http://localhost/~name/mySite.
How can I achieve, that the same path can be reached through http://mySite.name.localhost/?…