[Mediawiki-l] Google Mini search appliance & MediaWiki

Tim Starling tstarling at wikimedia.org
Fri Mar 23 04:22:09 UTC 2007


Daniel Barrett wrote:
> What's the right way to disable "nofollow" in MediaWiki?  Grep for
> "setRobotpolicy( 'noindex,nofollow' )" in all the /include files and
> change them one by one?

In your LocalSettings.php, immediately before the final "?>", put this:

$wgNoFollowLinks = false;

-- Tim Starling




More information about the MediaWiki-l mailing list