Answers for "wordpress all code urls in https"

CSS
0

wordpress force https

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
Posted by: Guest on January-02-2021

Code answers related to "wordpress all code urls in https"

Browse Popular Code Answers by Language