Thread Starter
pefman
(@pefman)
Hi Marko,
Thanks for your answer! perhaps i was not clear enough. The problem is not that i have to activate the different caching options, the problem is that the default redis server is not the one i have defined using the variable
such as W3TC_CONFIG_CACHE_REDIS_SERVERS
It seems like the cache plugin ignores this once activated.
Thread Starter
pefman
(@pefman)
so no one can comment this flaw?
Thread Starter
pefman
(@pefman)
Ohh and whats up with the htaccess file not removing directory index? Who wants people to freely browser thru all the files?
Something is very fishy about this.
A dirty fix is to break the loop which collects the info for the widget.
in awebsome-oruw.php
on line 261 add the following!
if($onoff === "offline") { break; }
View post on imgur.com
Please, note this this is as dirty as it gets.