Soldato
They're all working for me now.
Not the prettiest wiring setup atm (it's unplugged too since I' was charging the powerbank).
Really nice to take the weight off the front, the top strap helps with that, but previously I had it slightly too tight and it was taking the weight more than the rest, so a small adjustment and now it's really nice. Just got the left right wobble, which I'd think a narrower interface may help with. Might just try and get some padding on the lenses so it's not bouncing off the bridge of my nose on quick turns.
Can you see the image at the top now?
They're all working for me now.
Can everyone see this image.... I can't
yep, got it.
Thanks
What does the certificate say now please?
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://dmpoole.co.uk/$1 [R,L]
Is it a browser/OS thing? mooching around this site on an old win7 IE11 laptop shows a lot of unviewable images.
Why the hell would you ever do this? IE11 especially, holy...!
Just did a HTTPS check and looks like your using Apache as the web server with a letsencrypt certificate. I don’t know what host you are with but forcing https can be done by the .htaccess file.
Just upload this to the .htaccess and save.
Code:RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://dmpoole.co.uk/$1 [R,L]
Can you check it again please?
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Surprised that nobody replied to this yet. It gets redirect to /public_html which doesn't exist under dmpool.co.uk. Give this a go.
Code:RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://dmpoole.co.uk/$1 [R,L]
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Replace your bottom 3 lines in the .htaccess with the one in your quote I posted and save it.
Done
I concur.Just checked, seems to have worked it goes from http to https automatically on the primary domain.
Just checked, seems to have worked it goes from http to https automatically on the primary domain.
When I enter http://dmpoole.co.uk it goes to https://dmpoole.co.uk
Also tested http://www.dmpoole.co.uk, which goes to https://www.dmpoole.co.uk
When hyperlinking just make sure you use https now