Add-on Domain with/without HTTPS

113 Views Asked by At

I have created a project where i have same code for multiple websites which is running with add on domain and few with sub domain.

Now i have a issue, i have installed SSL certificate and redirect it to https using .htaccess file for one add on domain but because it has same code base SSL has been forced on all the add on domains.

I want SSL to be integrated on specific add on domains.

1

There are 1 best solutions below

1
On

Place the .htaccess file in the domain you want to have the redirect and create different .htaccess files in sub domain with different rules.