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?
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 ...
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?
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
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!
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:
with:Code:define('VBSEO_PHP_EXT', 'php');
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!