Make a Wiki Private

From Cramsession
Revision as of 21:17, 20 June 2025 by Mflavell (talk | contribs) (Created page with "Disable reading by Anonymous users: Edit '''LocalSettings.php''' # Disable reading by anonymous users $wgGroupPermissions['*']['read'] = false;")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Disable reading by Anonymous users:

Edit LocalSettings.php

# Disable reading by anonymous users
$wgGroupPermissions['*']['read'] = false;