Main public logs

From NCOT Wiki
Jump to navigationJump to search

Combined display of all available logs of NCOT Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:30, 25 July 2025 Wiki admin talk contribs created page Mediawiki Setup (Created page with "== Install MediaWiki Properly == Extract MediaWiki into <nowiki>/var/www/html/w</nowiki> {| class="wikitable" |+ Locations |- ! Location !! Contents |- | /var/www/html/w/ || MediaWiki files extracted to here |- | /wiki/ || Public path for index.php (rewritten URLs go here). Not a real directory. |- |} == Set Directory Permissions == sudo chown -R www-data:www-data /var/www/html/w == Update <nowiki>LocalSettings.php</nowiki> == <nowiki> $wgScriptPath = "/w"; $wgAr...")