Skip to content

Instantly share code, notes, and snippets.

@ozh
Created January 16, 2013 22:24
Show Gist options
  • Save ozh/4551518 to your computer and use it in GitHub Desktop.
Save ozh/4551518 to your computer and use it in GitHub Desktop.
Mediawiki short URL rewrite
RewriteEngine on
RewriteBase /mediawiki/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?title=$1 [L,QSA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment