Some of my tags consist of more than a single word, and I didn't like the space(s) in the Tags URLs, so I did the following:
I changed /vbseo/resources/xml/config.xml
from
toCode:<name>VBSEO_URL_TAGS_FILTER</name> <value>0</value>
The above procedure does successfully achieve the goal of replacing empty space with a separator character.Code:<name>VBSEO_URL_TAGS_FILTER</name> <value>1</value>
However, now I observed that when accessing URLs of non-existent tags, instead of receiving the expected message:
the URL does resolve(!), and I end up at mydomain.com/tags/No content has been tagged with 'whatever'.
I view this as a potential issue, as a competitor could point links to a site with bad words in URLs, and the URL would resolve, instead of 404.
Any help would be greatly appreciated.


LinkBack URL
About LinkBacks





Reply With Quote
