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 6 of 6

Thread: Problem after fresh install

  1. #1
    Junior Member
    Join Date
    Jul 2011
    Posts
    11

    Thumbs up Problem after fresh install

    hi

    i made new install vbulletin 4112, latest vbseo and vbet 416

    i have just one problem

    forum can handle links like

    Vertrauenswürdige Informationsquelle für Bodybuilding - Main

    but this link gets blank page

    http://www.muscleadvice.com/de/

    Code:
    RewriteEngine On
    RewriteBase /
    
    RewriteCond %{HTTP_HOST} !^www\.muscleadvice\.com
    RewriteRule (.*) http://www.muscleadvice.com/forums/$1 [L,R=301]
    
    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]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]

    any idea?

  2. #2
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    I will try to reproduce thiss issue, also could you check your vbseo setting - you can find them in "readme.html"?

  3. #3
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    I've noticed that also you main page url without translation http://www.muscleadvice.com/ does not work. Could you please try to coment all vBET .htaccess rules and disabled vBET and than try to check the url?

  4. #4
    Junior Member
    Join Date
    Jul 2011
    Posts
    11

    Default

    i disabled vbet and changed htaccess
    Code:
    RewriteEngine On
    RewriteBase /
    
    RewriteCond %{HTTP_HOST} !^www\.muscleadvice\.com
    RewriteRule (.*) http://www.muscleadvice.com/forums/$1 [L,R=301]
    
    # vbSEO Sitemap
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    # END
    
    #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]
    
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    #RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    you can check the site

    would it be easier if i give you access to server?

  5. #5
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    As you said you did turn off vbet and and you comment all vbet rules in .htaccess most probably your error is not connected with vBET itself. One more thing do you overwrite files from vbseo if you have it integrated?

  6. #6
    Retired ;)
    Join Date
    Jun 2012
    Posts
    14

    Default

    No answer so I need to close this thread, if You have more questions with this issue I will reopen it.

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
  •