Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 3 of 3

Thread: 404 errors

  1. #1

    Default 404 errors

    I'm finding when URL's contain a ' or % they generate a 404 error on translated pages. Is there any way of stripping these chars out?

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    I just checked on our server and it is working well (http://www.vbenterprisetranslator.co....html#post1600).

    Please make sure that you are using last version of vBET. Check does your vBSEO configuration is appropriate according to integration instructions in readme.html from vBET package. If after that issue will still exist let us know and send additional details by PM.

  3. #3
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Ok. I discovered that on your server the issue was exactly with % character. And it appears that when it was involved something crashed on .htaccess rewriting level. It even didn't appropriately redirected to vbenterprisetranslator_seo.php so vBET was even not involved yet. I know that it was working without translation but seems that when redirection parameters was involved and % was in URL it didn't work anymore on your server.

    Issue solved by cutting of % character from not translated link. I already set it on your server. The solution is to edit custom character replacement in /include/config_vbseo.php. So if it was empty before it will look like this now:
    PHP Code:
    $vbseo_custom_char_replacement = array('%' => ''); 
    Last edited by vBET; 24-02-10 at 22:12.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •