It looks good, except that you are missing <target host="icabanken.se" />.
Again, you could combine the rules: <rule from="^http://(www\.)?icabanken\.se/" to="https://www.icabanken.se/" /> This does the same thing as the separate rules, but in one rule. If the entire site is available over HTTPS, you should secure the cookies (but I don’t have much experience myself in that area). <securecookie host="^(.*\.)?icabanken\.se$" name=".*" /> Remember to consider any other subdomains of icabanken.se when you do that. -- Brian Drake All content created by me: Copyright<http://www.wipo.int/treaties/en/ip/berne/trtdocs_wo001.html>© 2014 Brian Drake. All rights reserved. On Mon, Jan 13, 2014 at 1417 (UTC), Joakim Walldén <[email protected] > wrote: > Hi, > > I suggest adding a ruleset for icabanken.se. > > <ruleset name="ICABANKEN.se"> > <target host="www.icabanken.se"/> > <rule from="^http://icabanken\.se/" to="https://www.icabanken.se/"/> > <rule from="^http://www\.icabanken\.se/" to="https://www.icabanken.se/"/> > </ruleset> > > I hope it is correctly created. > > Thanks and regards, > Joakim >
