Two other bugs....
php-duplicate-content-removal-80-newpost.html
goes to
scripts-and-coding/t--.html
(All most all boards with only one thread go to that type of URL.)
If you have a forum linking to a URL on the same domain that is a mod to vBulletin, like the directory hack, it links to
.com/browselinks.php?c=5
instead of
.com/links/browselinks.php?c=5
The cause of that error is
<if condition="THIS_SCRIPT != 'index'"> <base href="$vboptions[bburl]/" /> </if>
|