How do I limit access to a subdomain?
- by Michael
I can set up the following:
mydomain.com (ex m.com)
CNAME points to:
mysubdomain.hostingprovider.com (ex s1.h.com)
subdomain.mydomain.com (ex s2.m.com)
CNAME points to:
www.anotherdomain.com (ex a.com)
There are files in www.anotherdomain.com/mysubfolder/ that I want mydomain.com to be able to access through the subdomain, but I don't want any of the files on the subdomain to be accessable directly.
I have full direct access (ftp) to mydomain.com, but I have opono direct access to www.anotherdomain.com (online booking & shopping cart).
Is there anyway to make it so access to subdomain.mydomain.com can only be accessed by mydomain.com?