- Knorrepoes
- Flag Collector
Offline
- Registered: May 19, 2014
- Posts: 48
Counter disappeared when changing to https
I changed my site to the more secure https using an .htaccess file (according to my provider):
#Rewrite everything to https
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ {HTTP_HOST}%{REQUEST_URI} [L,R=301]
When I do this the counter disappears (on all browsers). How to solve this ?
- Jeremy
- Administrator
Offline
- From: United States
- Registered: August 30, 2009
- Posts: 2,774
Re: Counter disappeared when changing to https
Hi Knorrepoes,
Did you change your counter code from http:// to If not, your browser may be blocking it from loading.
Flag Counter Developer
Boardhost.com, Inc.
- Knorrepoes
- Flag Collector
Offline
- Registered: May 19, 2014
- Posts: 48
Re: Counter disappeared when changing to https
- •Thread Starter