Hey thanks for the update. Somehow now no languages are working with the vbseo URLs turned on
Teen Forums
Just turned it off there so its using the no vbseo format for the URLS. It may be our htaccess file.
Content of htaccess:
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/?((zh-CN|zh-TW|..))/?$ vbenterprisetranslator_seo.php?vbseourl=$1/index.php [L,QSA]
RewriteCond %{HTTP_HOST} !^www\.teenforumz\.com
RewriteRule (.*) http://www.teenforumz.com/$1 [R=301,L]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]