Symbol in title causing oddities

cmeinck

Well-known member
I'm noticing an odd issue if someone finds a way to insert a copyright, TM or registered symbol in a thread title.

If you mouse over, you get the attached image. Clicking on the thread, redirects you to the forum home.

Thoughts? Any way to prevent members from using those symbols?

Screen Shot 2013-04-02 at 9.48.59 PM.webp
 
Does anyone know why I might have this in my .htaccess. I'm originally migrating from a vBSEO site.

Code:
    RewriteCond %{THE_REQUEST} ^[A-Z]+\ /[^%?\ ]*\%
    RewriteRule ^. http://www.mysite.com/forum [R=301,L]
 
Top Bottom