anthos
Forum Replies Created
-
I forgot to write you the site url, sorry:
https://www.latorrettabandb.comWaiting for your kind reply!
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] WP Version 4.4.2 Not Working Properly@anthos did you enabled the following option Force resources to use HTTPS URL. in the plugin.
Yes, i actually have this option enabled with the sub-setting to apply Https to a few pages, specifically to only one page (booking-confirm).
If I disable this plugin global option Force resources to use HTTPS URL, none of the page is forced to be Https, neither the one I want and for which I installed this plugin.Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] WP Version 4.4.2 Not Working ProperlyIs your Booking confirm page https? If it is then the plugin is doing it’s job correctly.
Yes mbrsolution, it’s correct.
But is there a way not to have the other pages https?
Probably it’s something opposite to what this plugin do.
Do I need anoter plugin to do that or could you suggest me something to add to the .htaccess file?
Thanks youForum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] WP Version 4.4.2 Not Working ProperlyHi!
I have the same problem.
I set the plugin to have only one page with https (booking-confirm).
But when I am in that page, all the navigation links take me to the other pages as https, not as http as I want.
Is there a way to avoid this changing the .htaccess file?
And not recreating the navigation with custom links…
I have actually this in my .htaccess file:
# BEGIN HTTPS Redirection Plugin
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} booking-confirm
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# END HTTPS Redirection Plugin# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /bb/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /bb/index.php [L]
</IfModule># END WordPress
AddHandler application/x-httpd-php54 .php .php5 .php4 .php3
Note that /bb is where my wordpress installation is now and points to because it has not been released.
Waiting for your kind reply,
thanks