digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Website and Server Troubleshooting (https://www.digitalfaq.com/forum/web-tech/)
-   -   Remove characters from URL vBulletin vBSEO ~`!@#$%^&*()+={}[]|;:'"<>,.? (https://www.digitalfaq.com/forum/web-tech/2953-remove-characters-url.html)

admin 03-14-2011 11:27 PM

Remove characters from URL vBulletin vBSEO ~`!@#$%^&*()+={}[]|;:'"<>,.?
 
If you're seeing %20 HTML bit or &amp; 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. :)


All times are GMT -5. The time now is 03:32 AM

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.