I would like to create an htaccess configuration that is more or less with the following rules.
When you access link , go to a specific folder and when you access http: //*.mysite.com/ direct to another folder on my server.
If I hide a subdomain in the cpanel, htaccess ignores and follows its own rules, if I wrap htaccess itself to get * .mysite.com it ignores the fixed subdomain ...
How to solve?