[15:37:57] I have a wiki here: https://brightlight.today/lithia/index.php/Main_Page and as you can see, no CSS is coming through. Is anything obviously wrong? How should I try to fix it? [15:38:51] I have $wgScriptPath = "/lithia"; . [15:39:45] looks like load.php is just returning the main page as well https://brightlight.today/lithia/load.php?lang=en&modules=skins.vector.styles.legacy&only=styles&skin=vector [15:39:49] (that should be returning some CSS) [15:40:04] Ah yes... [15:40:19] I see load.php at /var/www/html ... [15:41:45] probably something in the apache config? [15:42:04] Checking! [15:42:52] Lucas_WMDE: I think it works when I `mkdir lithia && mv * lithia;` I heard that's a bad idea, though? [15:44:05] I don’t think that should be necessary [15:44:22] index.php and load.php should be next to each other, and it looks like they already are next to each other in the given URLs [15:44:33] but for some reason the load.php request is returning index.php contents [15:44:42] Lucas_WMDE: Yes, they're in the same directory. hmmm...looking [15:46:24] So when I request (using a browser) /lithia/load.php, a 302 is returned saying "Location: ...index.php...". So the web server is configured incorrectly. [15:46:36] Looks like no matter what you put after lithia, it redirects to main page.... [15:46:42] I'm going to read through this again: https://www.mediawiki.org/wiki/Manual:Short_URL. Maybe it will explain why nothing is found except index.php! [15:53:53] It looks like this guy had this problem and couldn't fix it: https://stackoverflow.com/questions/8860655. https://stackoverflow.com/questions/4763909 had the problem, too, and the only solution is: move to `/var/www/html/subdirectory`. :shrug: [15:55:04] https://www.mediawiki.org/wiki/Manual:Installing_MediaWiki seems to suggest a subdirectory, too: "If your web server is running as http://localhost for example, renaming to /w/ directory would mean you would access your wiki at http://localhost/w/index.php.