What am I doing wrong?
-
Hello,
Main question
My site used to be http. Now it’s https. Both work though (https and http).
I would like that when any visitor enters a http url of my site, it acually opens the https url.
I did set up a redirection after reading your page about Regular Expressions. It’s not working. When I enter a http url in my browser, it still opens it in http, not in https. Example: https://aljabal.be/sample-page/
Here is my redirection:
Source: /aljabal.be/.*
Target: https://aljabal.be/.*
What’s wrong in this setting?Secondary question
My site is a multi-site. my present sub-site url is https://babousanchez.aljabal.be/
What should my source and my target be if I want that the redirection concernes all sites (main site and all sub-sites)? I can’t find the answer in your “Regular expressions” doc.Thanks in advance for your attention,
FranThe page I need help with: [log in to see the link]
- The topic ‘What am I doing wrong?’ is closed to new replies.