Mobile app version of vmapp.org
Login or Join
Frith620

: How do I temporarily shut down my MediaWiki? I have installed MediaWiki on my website. I want to shut it down temporarily, until I completely fill it with articles. Is this possible? Is there

@Frith620

Posted in: #Mediawiki

I have installed MediaWiki on my website. I want to shut it down temporarily, until I completely fill it with articles.

Is this possible? Is there any maintenance shut down feature?

(Version: 1.18.1)

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Frith620

2 Comments

Sorted by latest first Latest Oldest Best

 

@Murphy175

Add to LocalSettings.php:

$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['read'] = false;


But of course admin is able to edit pages.

10% popularity Vote Up Vote Down


 

@Kevin317

Maybe $wgReadOnly is what you're looking for.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme