-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Tomasz Chmielewski wrote:
Brion Vibber schrieb:
Special pages would be in control of their own robots settings, so probably not overrideable here.
In other words, for special pages I would have to change php code, I guess?
Looks like.
And here is why it didn't work for me - $wgArticleRobotPolicies has to be placed *before* require_once( "includes/DefaultSettings.php" ):
*after*, not *before* :)
This one will NOT work:
$wgArticleRobotPolicies = array( 'Some_Page' => 'testing' );
require_once( "includes/DefaultSettings.php" );
This is the same as with all MediaWiki settings whatsoever.
- -- brion vibber (brion @ wikimedia.org)