Comments jonas started the conversationDecember 30, 2015 at 12:55amhey, any commands I make in the .htaccess are not working, do you have a solution that works with wordpress 4.4? 9,107Tahir repliedDecember 30, 2015 at 1:59pmHey ,Please see: https://premium.wpmudev.org/blog/ssl-https-wordpress/ .Best. ThemeNectar Support Team jonas repliedDecember 30, 2015 at 2:43pmthanks, but this is what I used, seems likes since the update 4.4 it stops working?port 443 because I use 1and1 servers# BEGIN WordPress<IfModule mod_rewrite.c>RewriteEngine OnRewriteCond %{SERVER_PORT} !=443RewriteRule ^(.*)$ https://www.domain.net/$1 [R=301,L]RewriteEngine OnRewriteBase /RewriteRule ^index\\.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule># END WordPressjonas repliedDecember 30, 2015 at 2:57pmalso tried, also not working# BEGIN WordPress<IfModule mod_rewrite.c>RewriteEngine OnRewriteCond %{SERVER_PORT} !^443$RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]RewriteBase /RewriteRule ^index\\.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule># END WordPress 9,107Tahir repliedDecember 31, 2015 at 2:32pmHey Again,Your Hosting provider would be the best to help you out with this. Bes.t ThemeNectar Support Team jonas repliedDecember 31, 2015 at 2:37pmokay thanksjonas repliedJanuary 13, 2016 at 3:14pmclosed Sign in to reply ...
hey, any commands I make in the .htaccess are not working, do you have a solution that works with wordpress 4.4?
Hey ,
Please see: https://premium.wpmudev.org/blog/ssl-https-wordpress/ .
Best.
ThemeNectar Support Team
thanks, but this is what I used, seems likes since the update 4.4 it stops working?
port 443 because I use 1and1 servers
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteRule ^(.*)$ https://www.domain.net/$1 [R=301,L]
RewriteEngine On
RewriteBase /
RewriteRule ^index\\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
also tried, also not working
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
RewriteBase /
RewriteRule ^index\\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Hey Again,
Your Hosting provider would be the best to help you out with this.
Bes.t
ThemeNectar Support Team
okay thanks
closed