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?
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.
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.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation
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.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation