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 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 52

Thread: vBSEO integration

  1. #41
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    If this .htaccess does not work I recommend you upgrade to the latest version of vBSEO and execution of the full configuration again, which is in vBET/do-not-upload/readme.html
    Last edited by Marcin Kalak; 29-08-12 at 11:13.

  2. #42
    Junior Member
    Join Date
    Sep 2014
    Posts
    2

    Default

    Text automatically translated from: Portuguese to: English
    Translated text
    How do I use the vBSEO with Nginx ?
    Original text

  3. #43
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    vBET works with nginx and vBSEO, examples of rules you can find in the file:
    do-not-upload\tools\redirecting-rules\nginx.txt
    Last edited by Marcin Kalak; 04-10-14 at 19:21.

  4. #44

    Default

    Text automatically translated from: Portuguese to: English
    Translated text
    I am not able to perform the procedure of the URL's short, my .htaccess is like this:

    Code:
    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 %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    
    RewriteCond %{HTTP_HOST} !^www\.mysite\.com
    RewriteRule (.*) http://www.mysite.com/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    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]
    If I put up with the LONG RULES I can make it work, but I want that works in the best way possible that is with the two letters www.mysite/XY/forum.php


    You can modify it to the correct way please?
    Original text
    Last edited by Fabiano; 23-05-15 at 23:43.

  5. #45
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    If you are NOT using links with 2-signs part i.e: yourforum.com/XY/ then try this:
    Code:
    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 /
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    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]
    
    RewriteCond %{HTTP_HOST} !^www\.mysite\.com
    RewriteRule (.*) http://www.mysite.com/$1 [L,R=301]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    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]

  6. #46

    Default

    Text automatically translated from: Portuguese to: English
    Translated text
    Thank you very much Marcin,

    Now it worked with this .htaccess

    Tip: Include the .htaccess-ready-in "Other" inside zip. This would facilitate a lot.

    Thank you.
    Original text

  7. #47
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    I'm glad I could help you. We have put tips and examples in the file do-not-upload\tools\redirecting-rules\.htaccess and do-not-upload\tools\redirecting-rules\short-redirecting-rules\.htaccess.

  8. #48

    Default

    Text automatically translated from: Portuguese to: English
    Translated text
    Marcin,

    I realized now that some languages are not being redirected. The link is made the redirect, but when you click on the link goes to the Home. What can it be? My htaccess is as in the last post:

    Code:
    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 /
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    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]
    
    RewriteCond %{HTTP_HOST} !^www\.mysite\.com
    RewriteRule (.*) http://www.mysite.com/$1 [L,R=301]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    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]
    Example:

    http://www.xxxxxxx.com/iw/coroas-e-m...%96%D7%9C.html
    Original text

  9. #49
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Please send me a PM access details to Admin CP, vBSEO CP and FTP. I will check what is going on there
    Last edited by Marcin Kalak; 24-06-15 at 08:22.

  10. #50
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    You must set option AdminCP->vBSEO->Control Panel->General Settings->Character Replacement->Replace Non-English Characters in URLs? to Keep Non-English Characters in URLs.

Page 5 of 6 FirstFirst ... 3456 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
  •