Forum Moderators: phranque
I need [subdomain.example.com...] to be a separate site from http://example.com/subdomain .
What I did:
created subdomain directory under /www
created subdomain directory under /
Now I have two files /www/subdomain/index.html
and /subdomain/index.html
I expect [subdomain.example.com...] now to display a page different from http://example.com/subdomain/index.html - but it always picks up the latter.
Why is this so? I know other sites are able to do this so is there some other setup involved.
Redirection from subdomain.example.com to example.com/subdomain is OFF.
Jim