janedoe.com is a normal website, built in php and html with one exception. Because the website is for a realtor, she needed to have the ability to allow her clients to search the MLS for properties (called IDX).
In order to get the IDX Search to actually be on janedoe.com, we had to use a subdomain, properties.janedoe.com, and then create a CNAME, which points to their IDX search.
My problem is:
properties.janedoe.com and others return a 404 because the IDX search doesn't use those pages.
Can I somehow, even though there is a CNAME record, create pages under the subdomain?
--If not is there some way, whether through .htaccess or otherwise, that I can do something like a 301 redirect so that if for some reason someone went to http://properties.janedoe.com/, they wouldn't be given this: I'd also like to be able to install my sitemap generator to the subdomain as well if there's a way to access FTP despite the CNAME.
Thanks in advance