Re: Can this be good for seo?
AdminCP - Styles & Templates - Style Manager - Navigation / Breadcrumb Templates - Choose to edit navbar - find:
<a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a>
Change it to:
<a href="/forum/$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a>
Replace /forum/ with which ever directory your forum is located in and in case of root, change it to /
Next up you would need to edit the header file if your logo is click able, there change the URL to the full static url of your forum.
This way /index.php would only come up if you are coming from admincp or if you click on mark forums read.
You can also do what MaddenGods has suggested, however in that case your server would have to redirect the URL each time.
Last edited by Yogesh Sarkar; 02-20-2008 at 10:48 PM.