Exclude two pages from SSL (exceptions)
-
I was hoping to exclude two pages from the SSL.
I found somewhere (can’t remember where) that the code to do that was
^((?!name-of-page).)*$
under the “URL Filters” section.
However, I need to add a second page to the exclusion, and when I put the other page directly under the other one, it doesn’t seem to work anymore.
For example,
^((?!name-of-page).)*$ ^((?!name-of-second-page).)*$
The first page is still non SSL, but the second one still has the SSL rendering.
Help?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Exclude two pages from SSL (exceptions)’ is closed to new replies.