Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. Share your own thoughts and experience, accounts may be terminated for violations.

Disabling SSL in one folder

matmat is verified member.

Nominet Registrar
Joined
Apr 18, 2007
Posts
3,852
Reaction score
191
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 don't know but I seem to get the bulk of traffic from chrome anyway.
 
Top Bottom