smoke_29
Forum Replies Created
-
What i didnt get to work is the button of the form to another font size. Can you help me there? Thanks ??
Okay i got it myself ??
.um-10084 {
background-color:#383838
}Forum: Plugins
In reply to: [Warm Cache] Crawled but not cached (no errors, tried both flush settings)And i realized another thing
My frontpage gets UNcached when the crawler is active although the frontpage URL isnt in the log.
Maybe it has to do that i use litespeed cache too. Dont know.
These settings i have already made by the way (standard values)
fbclid
gclid
utm*
_ga
msclkid@xpod on cloudflare i have disabled caching . bypass my complete url because i have users that are logged in and of course they dont shall see cached content. When i am using litespeed cache (there is already set no caching for logged in users) like i do, is it correct that i have to disable cashing at cloudflare too or can i enable it anyway ? (Logged in users is a reason for my question and the geo ip rules) ?
Do you know that?
Oh, i see its https://….net/$
??
Maybe this thread helps other people.
Your Plugin is really great!
I disabled memcached before that thing of geolocation. Can i use memcached now too with this cloudflare and different cache for country?
Thank you so much for your help and code! ??
Forum: Plugins
In reply to: [LiteSpeed Cache] Some questions to Vary Cache by CountryI would like to say thank you again. It seems to work now with cloudflare as you said. Will test further, especially when i update the page and so on but at the moment everything looks fine. Thanks again for helping after so many questions of me ??
Oh my god, it seems to work. Dont know what i did wrong yesterday. Now its testing time ??
I am now on cloudflare, activated geo ip. Is that code above the only thing i have to add in the htaccess file? Or do i have to do something else?
Forum: Plugins
In reply to: [LiteSpeed Cache] Some questions to Vary Cache by CountryI am on a shared hosting. I have just opened a ticket there but i think they wont do it. Then didn’T enable crawler too yesterday .
Forum: Plugins
In reply to: [LiteSpeed Cache] Some questions to Vary Cache by CountryThanks for your fast response. No i cant find it.
I thought it would be there because when i made a php file with the code geoip_country_code_by_name
it worked, but all other geo_ip-codes didn’t work.So it seems i was wrong with geoip :/
Thank you anyway for your help. Its really difficult to find a solution for my problem with countrys.
Have a nice day!
Forum: Plugins
In reply to: [LiteSpeed Cache] Some questions to Vary Cache by CountryTried this but doesn’t work ??
<IfModule LiteSpeed>
RewriteEngine on
RewriteRule .* – [E=Cache-Control:vary=other]
#set default vary to other
RewriteCond %{ENV:GEOIP_COUNTRY_CODE_BY_NAME} DE
RewriteRule .* – [E=Cache-Control:vary=DE]
</IfModule>Forum: Plugins
In reply to: [LiteSpeed Cache] Some questions to Vary Cache by CountryThank you i will test it. Just have seen that my solution was not as expected. WIll give you an update tomorrow.
Is it correct that all pages depending on country code have to be set as private?
Forum: Plugins
In reply to: [LiteSpeed Cache] Some questions to Vary Cache by CountryTested it now for one hour with different vpn countires and it seems that my last post is the solution, but i will test further …
Now it would be only interesting how to make a cache for example italy and one for all other countrys
- This reply was modified 4 years, 10 months ago by smoke_29.