[12:15:53] Krinkle: Any chance you could glance at https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikiLambda/+/932025 and tell me what I'm doing wrong? $router->addStrict( '/wiki/view/$2/$1', [ 'title' => 'Special:ViewZObject/$2/$1' ] ) works flawlessly, but dropping the /wiki (and so actually making the change you want) doesn't work at all, just 404s. [17:59:11] Krinkle: Aha, I think I've worked it out; the Apache config in our dev environments doesn't have the necessary .htaccess / rewrite stuff. I can guess what the right fixes for the dev images would be, but I'm not sure if prod is configured this way, or how I would test that? [18:05:12] James_F: some examples for /data, /s, and /wiki itself: https://codesearch.wmcloud.org/search/?q=RewriteRule+%5C%5E....*+%28%2Fw%2Findex.php%7CSpecial%3APageData%7CChangeCredentials%29&files=&excludeFiles=&repos= [18:05:27] also variant_aliases [18:16:41] Krinkle: So I'd want to patch mediawiki-vhost.conf.erb with `RewriteRule ^/view/.*$ /w/index.php` for Wikifunctions.org? [18:43:15] James_F: that sounds right, yes. [18:43:22] Ace. [18:43:23] it'll be testable in beta cluster as well. [18:43:43] so you could iterate a bit there with a cherry-pick and `sudo run-puppet-agent` handy on the deployment-mediawiki* host. [18:48:18] Ack. [18:49:02] Krinkle: First I'm trying to change dev-images to test locally, but of course that has build issues because it knows I'm on a deadline. :-) [18:49:41] aye, Godspeed :)