i see there is exclude for individual file but i need to exclude some folder
is it possible?
This is a discussion on exclude specific folder within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; i see there is exclude for individual file but i need to exclude some folder is it possible?...
i see there is exclude for individual file but i need to exclude some folder
is it possible?
exclude WHAT?
i do not know why is my q so unclear to u but i will explain it
in vbseocp :there is option to :
exclude Pages?
Use regular expressions here to exclude scripts and/or pages from being affected by vBSEO. This prevents rewriting as well as copyright insertion. Examples:(separate multiple expressions with returns)
^index\.php\?do=feature
VBGooglemap.php
geek-gallery-popup.php
i need to exclude folder that contain some files that i already make custome roles for them
for example:
'^browsecategory\.php\?c=(\d+).*$' => 'showcat$1.html'
that will rewrite brwosecategory.php that i used in several folders
but i have one folder that i do not need it to be rewrite :
ex:mysite.com/folder12/browescategory.php
did u get it now ?
is there any option to exclude folder if not i request this feature
Hello,
you can add rel="novbseo" to those links, like:
HTML Code:<a rel="novbseo" href="">
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!
that should make about 1000 changes in style and files that i used
for this i ask folder excluding because this feature in nuseo but i use vbseo because it is more eazy to make custome rewrite
thanks