Hi mates,
Can someone advise how to disable ssl for one subdomain only while i want to keep Always Use HTTPS: on for mydomain.com
So 1.mydomain.com, X.mydomain.com should still have ssl redirect ON but 5.mydomain.com/custom/path/* should not redirect to https.
Is this doable ?
Also kindly note that currently there is a rule for for this like below:
https://sub.domain/custom/path/*
SSL: Off
which seems it’s not working giving ERR_TOO_MANY_REDIRECTS
You’ll need to disable Always Use HTTPS
on the dashboard, as you need to replace this with a page rule to accomplish what you want.
You first want to create a page rule like this at or near the top of your rules list:
http://5.mydomain.com/custom/path/*
SSL: off
Then you need another page rule that needs to be at the bottom:
http://*.mydomain.com/*
Always Use HTTPS
With those page rules added in the correct order, you should have what you want.
1 Like
Hmm, seems this is what i need more or less. Many thanks.
system
closed
#5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.