.htacces ready for https; integrate forwarding
-
The problem: an http address stored as favorite in a browser, accesses http despite conversion to https.
In the.htaccess the redirection to https is missing.
Has anyone solved the problem?
I can’t do this!My Wp .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /HS/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /HS/index.php [L]
</IfModule># END WordPress
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘.htacces ready for https; integrate forwarding’ is closed to new replies.