r89024 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89023‎ | r89024 | r89025 >
Date:07:58, 28 May 2011
Author:yuvipanda
Status:ok
Tags:
Comment:
Default .htaccess for 'really' short URLs
Modified paths:
  • /trunk/extensions/ShortUrl/css/ext.shortUrl.css (modified) (history)
  • /trunk/extensions/ShortUrl/redirect.htaccess (added) (history)

Diff [purge]

Index: trunk/extensions/ShortUrl/css/ext.shortUrl.css
@@ -1,4 +1,5 @@
22 .title-shortlink {
33 font-size: small;
4 - font-family: monospace;
 4+ display: Block;
 5+ margin: 0px;
56 }
Index: trunk/extensions/ShortUrl/redirect.htaccess
@@ -0,0 +1,3 @@
 2+RewriteEngine On
 3+# Needs fixing to remove extra Redirect
 4+RewriteRule ^([a-zA-Z0-9_-]+)$ /mediawiki/index.php/Special:ShortUrl/$1 [R]

Status & tagging log