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.
  • Welcome to AcornDomains.co.uk, a friendly community for UK domain investors, developers and anyone interested in domain names.

    Whether you're looking to buy or sell domains, learn more about the UK domain market, get feedback on your names, or simply chat with other domainers, you're in the right place. AcornDomains has been bringing together people from across the UK domain industry for many years, from complete beginners to experienced investors.

    Have a look around, join the discussions and, if you haven't already, create a free account and introduce yourself.

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