Manual talk:$wgNoFollowLinks
My 1.7.1-Mediawiki seems to ignore if I set this options to "false" (to be on save side, i set it to false in Defaultsettings.php, too). Any hints? --134.102.71.189 08:54, 7 September 2006 (UTC)
- Maybe your file cache is hanging on to the old version for a while? Try clearing whatever caching you have. It worked peachy on my 1.13 installation the first time I set it on my wiki. --Gadlen 21:47, 14 October 2008 (UTC)
[edit] Doesn't apply to image links?
With the relatively new feature that let you configure a link for a picture, the rel="nofollow" isn't applied to those links. For instance if I write [http://www.sameplesite.com My Link] it will have the nofollow thing but if I use [[File:Some picture.png|link=http://www.sameplesite.com]] it won't. Which leads to potential issue of a comeback of link spammers. Patheticcockroach 15:02, 13 September 2009 (UTC)
[edit] MediaWiki Turn off nofollow for one domain?
Is there a way to allow links to non-wiki pages on the wiki's domain to be excluded from the nofollow rule in MW 1.15.1?--Well then 08:50, 26 October 2009 (UTC)
- Yes, see $wgNoFollowDomainExceptions. iAlex 09:05, 26 October 2009 (UTC)