Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 770 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 770 Bytes

Sample .htaccess file

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT]
</IfModule>

Config file

Create includes/config.php, based on config.sample.php, filling in database credentials and other settings.

Authors

  • Katie Filbert, Wikimania 2012 Washington DC organizing team
  • Harel Cain, Wikimania 2011 Haifa organizing team
  • Wikimania 2010 Gdansk organizing team
  • Wikimania 2009 Buenos Aires organizing team

###Translations

##License GNU GPL 3.0