Quote:
Originally Posted by Tianuc
I vbulletin is UTF-8 version - vB Chinese
1.Comment not support UTF-8
2.The database does not support UTF-8
|
I will look into it. The characters on screenshot #3 seems fine?
Quote:
Originally Posted by rolandogomez
Does this work with VBSEO? Thanks, rg.
|
Yes and no. You can install Contentteller and a vBSEO-enabled forum on the same site but you can't use vBSEO to rewrite Contentteller based pages.
In case you install both on the same site, you need to rewrite all Contentteller generated pages to /contentteller. This is already the default setting.
The entry in .htaccess should look like this:
Code:
RewriteRule ^contentteller|contentteller/|contentteller/(.+)$ contentteller.php [L,QSA]
A better way in term of SEO is setting up a separate subdomain for either the CMS or the forum. This is the best way after both can generate XML sitemaps.