Go Back    Forum > Digital Publishing / Web Sites > Website and Server Troubleshooting

Reply
 
LinkBack Thread Tools
  #1  
03-14-2011, 11:27 PM
admin's Avatar
admin admin is offline
Site Staff | Web Development
 
Join Date: Jul 2003
Posts: 4,310
Thanked 654 Times in 457 Posts
If you're seeing %20 HTML bit or & HTML code in your URL, and you're running vBUlletin + vBSEO, this is what you need to do:

In vBSEO, under General Settings, is the Character Replacement settings page.

Under the Define your Custom Character Replacements area (as of vBSEO 3.5.x), copy this into that box:

Code:
'['=>''
']'=>''
'$'=>''
'%'=>''
'@'=>''
'!'=>''
'#'=>''
'^'=>''
'&'=>''
'('=>''
')'=>''
'`'=>''
'~'=>''
'{'=>''
'}'=>''
'|'=>''
';'=>''
':'=>''
'"'=>''
'<'=>''
'>'=>''
','=>''
'.'=>''
'?'=>''
'_'=>''
'+'=>''
'*'=>''
'%3D'=>''
'='=>''
'&quot;'=>''
'&amp;'=>''
'&lt;'=>''
'&gt;'=>''
'&Aacute;'=>'a'
'&Eacute;'=>'e'
'&Iacute;'=>'i'
'&Oacute;'=>'o'
'&Uacute;'=>'u'
'&Ntilde;'=>'n'
'&Uuml;'=>'u'
'&iquest;'=>''
'&iexcl;'=>''
'&ordm;'=>''
'&ordf;'=>''
'&laquo;'=>''
'&raquo;'=>''
'&lsaquo;'=>''
'&rsaquo;'=>''
'&euro;'=>''
That will remove most keyboard SHIFT key ASCII, as well as Spanish characters.
If you have issues with other characters, feel free to post a reply here, and I'll be glad to assist.

Hope this helps.

- Did this site help you? Then upgrade to Premium Member and show your support!
- Also: Like Us on Facebook for special DVD/Blu-ray news and deals!
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
vBSEO Hack/Exploit! Adds unknown plugins, turns links red, causes database errors kpmedia Website and Server Troubleshooting 1 08-22-2014 12:42 AM
How to Remove vBSEO License Key Checks and 'Phone Home' kpmedia Website and Server Troubleshooting 3 07-31-2014 02:40 PM
Copyright symbol in HTML, and other HTML characters Sossity Web Development, Design 2 08-07-2012 10:42 PM
Remove thread subscription for user via admincp (vBulletin), with SQL query admin Website and Server Troubleshooting 0 06-25-2011 04:02 AM
VBSEO + page 'uses an invalid or unsupported form of compression' admin Website and Server Troubleshooting 3 03-14-2011 11:24 PM

Thread Tools



 
All times are GMT -5. The time now is 02:59 AM