How can I work it so that if someone goes to podcast.mydomain.com they get the content from mydomain.com/feed/podcast but never see that URL? I only want them to see podcast.mydomain.com, so a 301 Redirect isn't what I'm looking for. And mydomain.com/feed/podcast is a dynamically generated URL, so I can't use a standard symlink either. asked 10 Jun '15, 13:08 PeterA |
Okay, can you try this. In the dashboard add the subdomain to the primary domain record so that they are both listed using the same application. Then add something like this in that applications '.htaccess' directory:
There are other ways you can try masking the URL if that is not sufficient: Hope this helps! answered 10 Jun '15, 21:51 NickR ♦♦ |