When I add those lines to my htaccess:
Quote:
RewriteRule ^/?(en)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/index.php [L,QSA]
RewriteRule ^/?(en)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/$2 [L,QSA]
RewriteCond %{VBSEO_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
|
My index is no longer the forum and appears by default vbulletin blog, I have to make my first page remain the forum and not the Blog? thanks