Just a quick to warn people who have vBSEO running and using the rewrite rules as mentioned.
If someone starts a thread called "chatbox" only it will throw up a vbseo error when someone tries to read the thread.
Original :
'mgc_cb_evo\.php$' => 'chatbox.html'
'mgc_cb_evo\.php\?do=view_chatbox$' => 'chatbox.html'
Changed:
'mgc_cb_evo\.php$' => '<sitename>_chatbox.html'
'mgc_cb_evo\.php\?do=view_chatbox$' => '<sitename>_chatbox.html'
of course replace <sitename> with your sitename.
|