https://bugzilla.wikimedia.org/show_bug.cgi?id=36164
--- Comment #3 from Daniel Friesen <[email protected]> 2012-04-23 00:48:40 UTC --- Extension:ShortURL should be adding a rule to our PathRouter. The rewrite rule should be: RewriteEngine On RewriteRule ^/r/.*$ /w/index.php While the path router handles the title: $router->add( '/r/$1', array( 'title' => 'Special:ShortUrl/$1' ) ); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
