Topic on Project:Support desk

67.244.49.134 (talkcontribs)

I have ssl configured on my wiki and it works, I have ssl forced. When I try to load a non https version of any wiki page it directs me to a https version of the Main Page. How do I make it direct the user to a https version of the page they were trying to visit?

2002:43F4:3186:1234:B871:67C3:17F9:BA60 (talkcontribs)

My .htaccess goes as follows.

RewriteCond %{HTTPS} off

RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Ciencia Al Poder (talkcontribs)

You have %{REQUEST_URI} but that doesn't include the request parameters (like title=Article_name, you may need %{QUERY_STRING} or just [QSA]

2002:43F4:3186:1234:B8A3:4DE:ED5E:70E3 (talkcontribs)

I added that, but I am still brought to the main page

This post was hidden by 67.244.49.134 (history)
67.244.49.134 (talkcontribs)
Reply to "SSL"