Forum Moderators: rogerd
Have tried the phpbb.com site but couldnt find it there, also has anyone sucessfully installed it? How much of a headache was it and does it actually work?
Cheers!
Find:
$SID = 'sid=' . $session_id;
Replace With:
if ( $userdata['session_user_id']!= ANONYMOUS ){ $SID = 'sid=' . $session_id; } else { $SID = ''; }
i dont really think that having keywords of the title of the thread in the url makes much diff with google, i dont and rank pretty well.
The best mod I know for this is the "Able2Know.com SEO 2.0.0".
This mod not only disables the sessions in guests, but it also provides with several tweaks to help on your search engine optimization.
I have successfully installed the mod in a couple of websites with forums and inmediately Google started to crawl the forum, within a few weeks my forum pages showed in the index and traffic started to flow.
I highly recommend this mod.
NOTE: You need to modify your .htaccess and you must have mod_rewrite in your server.