November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Not sure I understand the question, you mean force all traffic over to https?
Frederik
I want to force users to access some pages over HTTPS.
There are two options for configuring ecf.ssl.config:
- Add <directory> tags for each directory to secure.
- Add <file> tags for each file to secure.
I am wondering how to get user friendly url to switch to HTTPS rather than actual file path.
Is it possible?
One workaround is to use <directory> instead of <file> for a page. Example:
<SSL mode="On"> <directory path="/sv-SE/Logga-in" /> </SSL>
We're planning to implement SSL on our site, but we found that the EPiServer SSL can only match to relative path of the folders or files under site root. Is there any way to match user friendly url rather than actual file path?