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.
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Google not following URL's with special characters

  1. #11
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Are you testing it as a guest?
    Have you cleaned up the guest cache?
    Do you have disabled translation new threads?
    Which link causes header 303?

  2. #12
    Senior Member
    Join Date
    Dec 2009
    Posts
    276

    Default

    Quote Originally Posted by Marcin Kalak View Post
    Are you testing it as a guest?
    Have you cleaned up the guest cache?
    Do you have disabled translation new threads?
    Which link causes header 303?
    Yes
    Yes
    No
    all of the URL's listed are getting 303 errors in Google Webmaster tools

  3. #13
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    The latest version of vBET should have been translated links under the flags for guests and should not be redirected.
    Make sure that you have enabled Guest cache (http://www.vbenterprisetranslator.co...html#post13517).
    You make sure that the files are created in the guest cache in the appropriate folders.

    Before each test, clear the files in the guest cache and have an enabled translation.
    Last edited by Marcin Kalak; 29-07-13 at 11:16.

  4. #14
    Senior Member
    Join Date
    Dec 2009
    Posts
    276

    Default

    Right - I'm using the latest version and my guest cache is enabled and working properly.

    The problem has something to do with the way vbet handles url encoding for special characters. Note that in the example provided on the previous page the $ in the URL stays, but in the translated URL's it changes to %24
    Original:
    http://cellphoneforums.net/alt-cellular-verizon/t350300-virgin-mobile-$25-plan-vs-all-others.html
    http://cellphoneforums.net/de/alt-cellular-verizon/t350300-virgin-mobile-$25-plan-vs-all-others.html <--- watch it change

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

    Default

    It suppose to be changed, because it was not translated, so it's redirected to translated one (note that after redirection there are different - translated words and also $ changes its place - result of translation).
    Please see this happens everywhere - even when there is no special character in URL. Example:
    Code:
    http://cellphoneforums.net/games/t358163-angry-birds-game-your-favorite.html
    Check what is under the flag and how looks URL at the end. There also is redirection.

    The issue is that you have not translated links under the flags, when those should be translated. Please send access details by PM to Marcin Kalak and he will check why that happens. So we know what the issue is and now we have to check why it happens and correct it. We are not able to do this on our test environment, because there everything is OK.
    Last edited by vBET; 29-07-13 at 23:05.

  6. #16
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    No response - considered the issue is gone. If not please write here.

  7. #17
    Senior Member
    Join Date
    Dec 2009
    Posts
    276

    Default

    Sent PM. Sorry for the delay.

  8. #18
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    The issue is that you do not have our rules in .htaccess.
    Add to your .htaccess file:
    Code:
    RewriteEngine On
    
    RewriteRule ^/?(..|zh-CN|zh-TW)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(..|zh-CN|zh-TW)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]

  9. #19
    Senior Member
    Join Date
    Dec 2009
    Posts
    276

    Default

    Quote Originally Posted by Marcin Kalak View Post
    The issue is that you do not have our rules in .htaccess.
    Add to your .htaccess file:
    I do, they are just included in the apache pre_vituralhost file.

  10. #20
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Please paste the contents of that file here or in PM.

Page 2 of 3 FirstFirst 123 LastLast

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
  •