vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

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
    11

    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,983
    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
    24,550
    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.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  4. #4
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    13,923
    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.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


Similar Threads

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