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 2 FirstFirst 12
Results 11 to 15 of 15

Thread: vBSEO Sitemap does not work anymore

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

    Default

    About your access issue once again:
    1. Make sure that your sitemap rule is before vBET ruels
    2. Make sure that your sitemap rule is finishing one (has L in []), example:
    Code:
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L,R=301]
    On one of our forums which uses subdirectory in URL we modified rule adding forum directory at the beginning (because of dump redirects):
    Code:
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L,R=301]
    If you still have issue please let us know

  2. #12
    Senior Member
    Join Date
    Mar 2010
    Posts
    116

    Default

    Quote Originally Posted by vBET View Post
    Thanks for note - we miss this issue, because sitemap integration is our next step. Very draft solution - please open sitemap file which generates this error message and add there this code:
    Code:
    require_once(DIR. '/includes/vbenterprisetranslator_functions_vbseo.php');
    Add it AFTER:
    PHP Code:
    define('DIR'dirname(__FILE__).'/../'); 
    Please let us know did it help
    yeah
    working

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

    Default

    Quote Originally Posted by badawidollah View Post
    yeah
    working
    Please note - this is old one and not appropriate now (that was only quick fix). For actual integration instructions please go to integration section

  4. #14
    Senior Member
    Join Date
    Mar 2010
    Posts
    116

    Default

    Quote Originally Posted by vBET View Post
    Please note - this is old one and not appropriate now (that was only quick fix). For actual integration instructions please go to integration section
    Text automatically translated from: Indonesian to: English
    Translated text
    are important now
    1. sitemap generator has been running
    2. vBSEO is running
    3. multiple languages is running

    shortage
    1. vbadvanced software can not run perfectly due vbadvance auto disable modules in index.php
    Original text

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

    Default

    Quote Originally Posted by badawidollah View Post
    Text automatically translated from: Indonesian to: English
    Translated text
    are important now
    1. sitemap generator has been running
    2. vBSEO is running
    3. multiple languages is running

    shortage
    1. vbadvanced software can not run perfectly due vbadvance auto disable modules in index.php
    Original text
    It is great that you configure your vBET and sitemap If you have issues please create separate threads for each one and do not spam about same issue in many places We see your vbadvance issue in other thread - please stay with this issue there. It has nothing common with issue in this topic which is already solved

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