Hello
We have the following option ticked:
(Pro) Overload vBCache Handler
But we have noticed the forum is still constantly writing to the 'cache' table. Shouldn't this option mean it bypasses this and uses our Redis server? We have our forum and VBOptimise configured to use Redis.
Hi
We use the search engine friendly archive feature. Should DBSEO rewrite the urls for the archive so they are correct? Currently it doesn't appear to be doing this.
Hi
I'm having issues with the 404 error handling in DBSEO.
In the general settings I currently have the error handling to use a custom script which essentially just 301 redirects the user to the forum homepage.
This appears to work fine, however we have canonical urls with a .html extension...
I was just looking at the inbuilt VB datastore. We were storing it in Memcache, but out of interest I have put it as a file and its 1.4mb which seemed pretty large!
Can I just ask for a fairily large forum, what size would you expect the datastore_cache.php to be. I know this gets inserted into Memcache.
Ours is currently
1.4mb
Does that sound right?
We just tried that, it did write to memcache but again the load on our servers was to much.
We really have a big setup of servers which should be able to handle this, what happens is DB connections don't close.
Is there definitely not an issue with Memcache caching?
Hello
We are having major issues with the forum. We have isolated down to when rewriting thread urls is enabled.
As soon as we turn this on a huge additonal load is placed on the server.
We are using Memcached but this doesn't seem to make any difference.
Has something changed in the new...
Hello
Thanks for replying but it is incorrectly fixing them.
The link is "/" is, my VB forum is hosted at "/coffeehouse", if it was to replace it, it should replace '/' with 'http://www.netmums.com not 'http://www.netmums.com/coffeehouse'
Hello
Our forum sits at:
Netmums Coffeehouse
Within the forum I have links to our main site which is:
Parenting advice and information in England, Wales, Scotland and Northern Ireland - Netmums
Wherever I have a link
<a href="/">Link</a>
DBSEO is replacing it with:
<a...
Hello
Im just migrating from VBSEO to DBSEO and have a quick question. I use a custom plugin to change the output of the canconical tag to have a -all.html at the end. We basically serve google a page which shows all the replies on one page.
This was easy in VBSEO I just had a hook on...