What I want to do is to create an alias at http://subdomain.example.com/login
that points to /usr/.....etc/htdocs/example/login
so that anytime someone is redirected to http://subdomain.example.com/login
where they will end up is at ...../example/login/
.
Login
is at the same directory level as the folder for subdomain
(.i.e not in the same folder).
Another point that I think might matter, is that the folder directly above subdomain
(we'll call it example
) is not as of now configured to point to any domain, and that folder sits in the htdocs
folder which also is not configured to point to any domain.
I imagine this is possible, but I'm having trouble. The main issue is that I am working on a site on 1and1.com with shared hosting, and they don't let me see:
A. The Error Logs
B. httpd.conf
C. The loaded Apache modules
D. The server configured .htaccess
file with god knows what in it that sits above my web root.
Couple that with the fact that I'm fairly weak at server configuration, and I could spend the rest of my life trying to figure this out. Any help would be greatly appreciated.