.htaccess mod_rewrite - how to exclude addon domain from rewrite rule?
问题 my main hosting domain require ssl, so the htaccess transform every url request to https. but i have on the same hosting another domain, with cpanel dir structure ("public_htmml/addon-domain.com") The public_html htaccess is the only I can configure. I need to exclude from the rewrite the directory of the add-on domain. so when a user type www.addondoamin.com or without the www, the htaccess will not do anything. o/w, i get many errors and the addon domain mirror to the main domain. notice