Force HTTPS to all domain except one page
-
Hi there! great plugin guys.
The plugin let me force all domain or just for some pages. But I need to force all domain to HTTPS except one page.
Do you know how can I achieve this?My htaccess looks like this:
# BEGIN HTTPS Redirection Plugin <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> # END HTTPS Redirection Plugin
Regards!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Force HTTPS to all domain except one page’ is closed to new replies.