https://bugzilla.wikimedia.org/show_bug.cgi?id=1450
--- Comment #24 from Sam Reed (reedy) <[email protected]> 2012-02-06 21:29:13 UTC --- So, bug 33551 needs fixing so we get correct https:// or http:// on each wiki, then we need a list of all wikis that will be wanting to enable ShortUrl >From there, we can use that list to create all the relevant database tables, and only add the rewrite rules to those wikis Someone actually needs to write the rewrite rules.. I had some comments from Roan somewhere... Locally I've got RewriteEngine On RewriteRule ^/r/(.*)$ /w/index.php?title=Special:ShortUrl/$1 # RewriteRule ^/r/(.*)$ /wiki/Special:ShortUrl/$1 Not sure why I've got the 2nd one commented out, bug it'd make sense to use that format. After that's setup, the simple part is just enabling it on the target wikis It's been reviewed, and isn't actually ready for deployment, hence -shell, -need-review and added bug 33551 as a blocking bug -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
