Hi,
I have a Wordpress site with SSL. Currently everything redirects to https using the following .htaccess rule:
RewriteCond %{ENV:HTTPS} !on [NC]
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
(By the way when adding this it seems to be one of the only solutions that worked without messing up the site)
The problem I am having is that now in places like affiliatewindow, it no longer shows the URL that the sale came from.
My affiliate redirects look like this:
website.co.uk/out/merchantname
So I am guessing that I need some way of disabling SSL redirect to https on ALL urls inside the /out/ folder.
Thanks.
I have a Wordpress site with SSL. Currently everything redirects to https using the following .htaccess rule:
RewriteCond %{ENV:HTTPS} !on [NC]
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
(By the way when adding this it seems to be one of the only solutions that worked without messing up the site)
The problem I am having is that now in places like affiliatewindow, it no longer shows the URL that the sale came from.
My affiliate redirects look like this:
website.co.uk/out/merchantname
So I am guessing that I need some way of disabling SSL redirect to https on ALL urls inside the /out/ folder.
Thanks.