cmeinck Well-known member Apr 3, 2013 #1 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?
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?
Nasr Well-known member Apr 3, 2013 #2 it works fine here ... http://xenforo.com/community/threads/testing-®.47776/ Upvote 0 Downvote
cmeinck Well-known member Apr 3, 2013 #3 Looks like one of my vast array of .htaccess redirects is causing the issue. Upvote 0 Downvote
cmeinck Well-known member Apr 4, 2013 #4 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] Upvote 0 Downvote
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]
Jake Bunce Well-known member Apr 5, 2013 #5 cmeinck said: 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] Click to expand... That's a redirect of some URLs to http://www.mysite.com/forum Upvote 0 Downvote
cmeinck said: 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] Click to expand... That's a redirect of some URLs to http://www.mysite.com/forum