stephenturner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: BackupBuddy Import ErrorsSOLVED – was a PHP version, issue, rolled back from v7.2 and it worked as always, thanks… ??
Ticket Resolved
Forum: Fixing WordPress
In reply to: BackupBuddy Import ErrorsUPDATE! I tried the same thing using Heart Internet and i had no errors, but when i use 1&1, this is where i get the error, but i must have done this on my 1&1 server over 100 times with no issues. I called 1&1 and they said there has been no change to my server and they think unserialize has something to do with a plugin conflict?
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Prior ConsentFantastic, thank you for your help!!! ??
Topic closed.
Thanks guys, i will login in one by one to do this, but just wanted to make sure it still worked before i chance to login and accept, makes sense really, thanks again… ??
Forum: Fixing WordPress
In reply to: Different .htaccess file created when migrating site to httpsSolved
Forum: Fixing WordPress
In reply to: Missing Cookies (Or Are They)?Solved
Forum: Fixing WordPress
In reply to: Missing Cookies (Or Are They)?hopefully someone can shed some light, just want to make sure nothing is being blocked or permanently removed… ??
Forum: Fixing WordPress
In reply to: Missing Cookies (Or Are They)?thanks, someone earlier said that _ga is also used for google fonts, which this website uses, but the issues is there were 9 cookies in use, when i removed them all, then allowed them all again, upon reloading the website, only 3 cookies are now in use, what happened to the other 6, which one was _ga, the google font cookie, which is not showing, but is definitely being used?
??
Forum: Fixing WordPress
In reply to: Google Analytics _ga Cookiethat explains it, thank you very much for that… ??
Forum: Fixing WordPress
In reply to: Different .htaccess file created when migrating site to httpsThanks for your replies guys:
1. For some reason when i migrate a website to https, it add the domain, but when i migrate to a http domain, it doesn’t, so i figured out to just remove the domain and it works:
RewriteBase //stinet.co.uk/ change to RewriteBase /
RewriteRule . //stinet.co.uk/index.php change to RewriteRule . /index.phpI just wondered why it would do this when migrating to https only?
2. I didn’t have the need to use a plugin as the domain is brand new and wordpress install brand new so it will start it’s life as a https.
JUST CONFUSED WHY IT ADDS THE DOMAIN IN, WHICH I HAVE TO TAKE OUT TO MAKE IT WORK?
hi, address is https://www.centrepointprint.co.uk, i will add a support ticket now… ??
Hi, i’ve read your support forum on the website and added the code to the top of my .htaccess via ftp, the message has changed to we cannot write to the .htaccess, and told me to add the code manually, which i did, but although the message still reads there is no 301 redirect is this normal as the redirect still works? thank you
sorry for being a pain, but i just turned the other 2 options off and only turned on .htaccess option and i got the follwing warning at the top of the screen:
You do not have a 301 redirect to https active in the settings. For SEO purposes it is advised to use 301 redirects. You can enable a 301 redirect in the settings. View settings page
And got the following in the settings section:
The .htaccess redirect rules that were selected by this plugin failed in the test. The following redirect rules were tested:
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.5.25]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
# END rlrssslReallySimpleSSL… but the redirect still works fine, do i just ignore these messages? thank you again… ??
Thank you for your quick reply, yes i don’t know much but i know it runs on an apache server, i’ll turn the other 2 off and turn on just the .htaccess option, thank you again… ??
Thank you for the replay, i have now looked and can see both wordpress and javascript redirects are checked by default, so for just a normal wordpress website, what would be the best options, would you turn off wordpress and javascript redirection and just turn on .htaccess redirection or keep the other 2 turned on and also turn on .htaccess?
Really appreciate the advice, not technical at all, just trying to understand best option to use… ??