Hi,
if using the tag with a slash, for example 01/02/03 this open a 404 page not found.
This is a discussion on Bug with tags using / within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hi, if using the tag with a slash, for example 01/02/03 this open a 404 page not found....
Hi,
if using the tag with a slash, for example 01/02/03 this open a 404 page not found.
Please try to modify functions_vbseo_createurl.php file:
FIND:
ADD ABOVE:PHP Code:if(VBSEO_URL_TAGS_FILTER)
PHP Code:$apars['tag'] = str_replace('%2F', '/', $apars['tag']);
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Just a question, all of this fix will be introduced for next versions of vbseo or is well to keep the sign everything to modify the files the next update when there will be?
It will be included.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!