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 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 41

Thread: help fix issues

  1. #11

    Default

    ok.

    as stated earlier that did not work either.

    try again.

    Quote Originally Posted by kamilkurczak View Post
    I was on your forum and you have a good url in flags but still invalid link or redirect to the main page.

    If you use vBSEO you must use this rules in htaccess.
    Code:
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ 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]
    please paste here your htaccess file content once again.

  2. #12

    Default

    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /

    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://bizwebforum.com/images/$1 [L,R=301]

    #vBET

    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ 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]

    #VBSEO

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]


    #OTHER
    #RewriteCond %{HTTP_HOST} ^vipmoneymakersclub\.com$ [NC]
    #RewriteRule ^(.*)$ http://www.vipmoneymakersclub.com/$1 [R=301,L]

  3. #13
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    As I see after translation we have a trouble with a site style. maybe this is provided by some mods, maybe there is a conflict.
    We can simply test it. Just disable all your mods one by one (without vBET) and test it.
    If this is still not good - this is a vBET issue. If not - we have a conflict with mod. Please test it!

    Your htaccess looks good (and translation is working - there is a style issue).

    I noticed that in your site source after translation you have many base tags:
    Code:
    <base href="http://www.vipmoneymakersclub.com/" />
    <base href="http://www.vipmoneymakersclub.com/pl/" /><!--[if IE]></base><![endif]--><base href="http://www.vipmoneymakersclub.com/" />

  4. #14

    Default

    Quote Originally Posted by kamilkurczak View Post
    As I see after translation we have a trouble with a site style. maybe this is provided by some mods, maybe there is a conflict.
    We can simply test it. Just disable all your mods one by one (without vBET) and test it.
    If this is still not good - this is a vBET issue. If not - we have a conflict with mod. Please test it!

    Your htaccess looks good (and translation is working - there is a style issue).

    I noticed that in your site source after translation you have many base tags:
    Code:
    <base href="http://www.vipmoneymakersclub.com/" />
    <base href="http://www.vipmoneymakersclub.com/pl/" /><!--[if IE]></base><![endif]--><base href="http://www.vipmoneymakersclub.com/" />
    I am not sure what base tags mean...

    You also get the same effect on other styles also.

    I have quite a few mods, this will take some time to go
    through them one by one if this is a mod issue.

  5. #15

    Default

    I have test with all mods disabled, including vbseo...

    no change....

    and no change using other themes either.

  6. #16
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    so I will analyze and compare your real forum and test forum source.
    secondly, you can send to me by PM your admincp and FTP details and I will try to find this issue and fix it for you on your sever.

  7. #17

    Default

    Quote Originally Posted by kamilkurczak View Post
    so I will analyze and compare your real forum and test forum source.
    secondly, you can send to me by PM your admincp and FTP details and I will try to find this issue and fix it for you on your sever.
    ultimately I am responsible for my vb.
    I can not allow outside access.

  8. #18
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    I know but if I can use your server - the fix will be better and faster. I offer to you a free support and fix on your server.
    Of course I will still try to find a solution without this access, but If you will give me this access - will be better and faster

  9. #19

    Default

    I have replaced the htaccess on the test forum.

    The test forum appears to be working correctly now.

    I have now installed a theme from the forum over to
    the test forum. The theme appears to be working ok.

    This does not appear to be a style issue.

    UG theme, and vb default theme works just fine on the test forum.
    where these two themes, along with another does not work on
    the live forum. I have no reason to believe at this point that
    this is style related, since the styles on the test forum work.

    the only difference that I can see at this point between the test
    forum and the live forum is VBSEO..as both forums are running the same vb.

    Test Forum = VBSEO 3.5
    Live Forum = VBSEO 3.6

    of course if I disable vbseo then sort of makes the test mute as any seo urls would be disabled...in order
    to really find out...I would have to uninstall 3.6 and re-install 3.5 to make sure if this is VBSEO related.
    installed vbseo 3.5 - no change.

    This works:
    http://www.vipmoneymakersclub.com/?language=ja
    (this url only works when selected in admin cp)

    This does not:
    http://www.vipmoneymakersclub.com/ja/

    I have been wrong before; But I think the issue revolves
    around SEO URL / htaccess it does not convert the SEO
    URL into the readable page, but when I select non-seo
    format, it reads the page just fine.
    Last edited by dsimms; 23-02-11 at 01:53.

  10. #20

    Default

    VBSEO really does not like you guys for some reason...

    "We don't advise vBSEO users to use vBenterprise translator and we don't offer support for boards that have vBenterprise translator.
    If you require support for boards that have this modification installed , you need to revert all changes applied to vBSEO files and disable that modification."

Page 2 of 5 FirstFirst 1234 ... 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
  •