[21:25:46] Is there a way to change the URL behavior from /index.php?title=[PAGENAME] to the typical way of just /[PAGENAME]? [21:26:10] I'm not sure if it was something I had to setup during installation or if I can change it after the fact. [21:26:23] !shortURL [21:26:32] huh [21:26:36] guess that's not the bot keyword [21:26:55] UFFR: you have to change some stuff in the webserver to make it work, so it doesn't turn on by default [21:27:13] UFFR: see instructions at https://www.mediawiki.org/wiki/Manual:Short_URL [21:29:04] I was also looking at the wiki and thought it might be $wgArticlePath or something. [21:29:13] I'll have to recheck my configuration file. [21:29:53] yes, $wgArticlePath controls the MediaWiki side, you also have to adjust the webserver side so it matches [21:36:29] The Redwerks site linked in the manual says I have a misconfigured installation because it's installed on /wiki/ [21:36:44] Looks like this will take longer than expected. [21:39:37] Its still possible to do it if its installed in /wiki/, the config is just more confusing [21:40:30] The configs are likely going to be confusing as it is, so I'd prefer to do it the right way. [21:40:56] I do hope it's not something that requires a reinstall, just moving the directory paths? [21:41:36] moving the paths should be fine, but you might have to adjust paths in LocalSettings.php (especially $wgScriptPath but look for anything with /wiki/ in it) [21:44:46] Makes sense. [21:45:57] Though doing this operation of removing a redundant subdirectory is always really annoying, especially on the command line. [21:46:28] Maybe I'll just open Midnight Commander and see if that'll help. [21:49:05] can't you just move the directory with mv ? [21:51:27] The path is basically: /var/www/html/mywiki/wiki/ and it has to be /var/www/html/mywiki/ so I have to move its contents up one level, which can be weird. [21:51:38] ah, i see [21:54:07] Well it's done now, though, the favicon is missing. [21:54:16] Might need to fix a path in the config. [22:07:55] Looks like it's working now, thanks. [22:08:56] Also properly embeds in Discord now too. [23:18:50] How do I increase the upload limit from 2 MB? I already tried it from the php.ini file, but it still says 2 MB on the upload page. [23:19:46] I also tried to restart PHP, but it didn't have an effect.