Hello I am webfaction customer, what is the best approach to achieve this. I have wordpress website and 1 link is a Django App. I would like to when people click in the menu SUPPORT it goes to always HTTPS, because in the CP of WF I set https to be django app. What is the best way 301 redirect in .htaccess or how? Can you show it to me here? http://www.example.com/support/ -> https://www.example.com/support/ Thank you asked 23 Jun '15, 19:32 rentgeeen |
Instructions for redirecting to HTTPS are available here: Redirecting from HTTP to HTTPS Hope that helps! answered 23 Jun '15, 21:31 seanf Thank you, I used tool for 301 generation -> http://www.rapidtables.com/web/tools/redirect-generator.htm, answer is: "Redirect 301 /support/ https://www.example.com/support/"
(24 Jun '15, 03:59)
rentgeeen
|