Hello,
We have a forum here eJocuri Forum (subdomain) which is actually here ejocuri.ro/forum/ (subdirectory) but we use the first link to the public by redirecting like this with the following .htaccess code which is in the ejocuri.ro - Jocuri Gratis Online / Jocuri Romanesti (root)
RewriteCond %{HTTP_HOST} ^forum\.ejocuri\.ro$ [NC]
RewriteCond %{REQUEST_URI} !^/forum/ [NC]
RewriteRule ^(.*)?$ /forum/$1 [QSA,L]
The problem is that forum.ejocuri.ro does not display vbseo optimized links in the forums, but accessing the page from ejocuri.ro/forum/ will display them, and awkwardly enough if I follow these optimized links in the forums, it will go to the threads using the forum.ejocuri.ro link which now works (in the threads I mean)
How can I make vbseo optimize links for the forums too in the subdomain version?


LinkBack URL
About LinkBacks





Reply With Quote
