Changes

Jump to navigation Jump to search
To make the blog the default, edit /etc/apache/sites-available-edegan.com.conf, add an alias and change:
RewriteRule ^/*$ %{DOCUMENT_ROOT}/mediawiki/index.php [L]
 
====Remove the debug setup====
 
In the wiki, comment the debug lines (I can't see when I added them from the documentation, but if you want to see error messages during the config, you'd want them uncommented):
#error_reporting( -1 );
#ini_set( 'display_errors',1 );
#$wgShowExceptionDetails = true;
#$wgShowDBErrorBacktrace = true;
#$wgShowSQLErrors = true;
 
Check the permissions set using $wgGroupPermissions - see https://www.mediawiki.org/wiki/Manual:User_rights
==Old machines==

Navigation menu