Skip to content

Instantly share code, notes, and snippets.

@werring
Last active September 24, 2015 19:53
Show Gist options
  • Select an option

  • Save werring/c92d43bf6d0d274ca608 to your computer and use it in GitHub Desktop.

Select an option

Save werring/c92d43bf6d0d274ca608 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /mediawiki/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment