htaccess redirect to https
htaccess redirect to https
Jak uruchomić w programie wtyczkę htaccess redirect to https ?
- BaconFries
-
- Posts: 5621
- Joined: Thu Aug 16, 2007 7:32 pm
Re: htaccess redirect to https
This is something you will need to configure on your host/server which they should assist you with. Can you please use English to post questions as you have previously thanks.
Re: htaccess redirect to https
How to run the htaccess redirect to https plugin in the program?
- BaconFries
-
- Posts: 5621
- Joined: Thu Aug 16, 2007 7:32 pm
Re: htaccess redirect to https
You cant as already mentioned you must configure it on your server.
Re: htaccess redirect to https
And you can describe how to do it (pattern)
Re: htaccess redirect to https
This may work
Alternatively look here https://www.inmotionhosting.com/support ... ccess-fileRewriteEngine On
RewriteCond %{HTTPS} !on
RewriteCond %{REQUEST_URI} !\.well-known/acme-challenge
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Re: htaccess redirect to https
Thank you works