Results 1 to 4 of 4

Sitemap generator 2.1 on php5 forum

This is a discussion on Sitemap generator 2.1 on php5 forum within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; My forum is VB 3.7 Gold and I installed the forum with php5 so all files are referenced by sitemap ...

  1. #1
    Junior Member
    Real Name
    Shane
    Join Date
    May 2008
    Posts
    19
    Liked
    0 times

    Sitemap generator 2.1 on php5 forum

    My forum is VB 3.7 Gold and I installed the forum with php5 so all files are referenced by sitemap need to reference php5 not php. How should I go about fixing this?

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    open config_vbseo.php in the includes folder and you can set your php extention there.

    define('VBSEO_VB_EXT', 'php');

    it towards the bottom

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    The definition Brian mentioned above would help with vBSEO, for the Sitemap Generator you will have to apply search'n'replace in php code with current version. We will add a special option for files extension in the next build of sitemap generator.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #4
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    554 times
    An advanced option has been added to the new sitemap (v.2.2) to allow custom extensions to be defined via vbseo_sitemap_config.php.

    Replace:
    Code:
    define('VBSEO_PHP_EXT', 'php');
    with:
    Code:
    define('VBSEO_PHP_EXT', 'html');
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. vBSEO Sitemap Generator generated incorrect sitemap URL
    By X1C3W5 in forum Troubleshooting
    Replies: 2
    Last Post: 01-02-2008, 12:45 PM
  2. vBSEO Sitemap Generator 2.1 - sitemap not found
    By nyunyu in forum Troubleshooting
    Replies: 14
    Last Post: 12-12-2007, 12:27 AM
  3. Where is 2.0 Sitemap Generator
    By UnderEstimated in forum General Discussion
    Replies: 14
    Last Post: 04-13-2007, 09:03 AM
  4. Using 3rd party sitemap generator w/VBSEO sitemap
    By serphog in forum General Discussion
    Replies: 1
    Last Post: 04-12-2007, 01:50 PM
  5. Does Sitemap support PHP5?
    By Ace Shattock in forum General Discussion
    Replies: 7
    Last Post: 07-18-2006, 02:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •