pkgsrc/www/mediawiki/files/mediawiki.conf
martti 1158a1ccbf MediaWiki is free server-based software which is licensed under the GNU
General Public License (GPL). It's designed to be run on a large server
farm for a website that gets millions of hits per day. MediaWiki is an
extremely powerful, scalable software and a feature-rich wiki implementation,
that uses PHP to process and display data stored in its MySQL database.
2008-11-26 18:13:18 +00:00

13 lines
287 B
Text

# MediaWiki configuration file fragment for Apache
<IfModule mod_alias.c>
Alias /mediawiki/ "@MEDIAWIKI@/"
</IfModule>
<Directory "@MEDIAWIKI@">
Options Indexes
DirectoryIndex index.php index.html
AllowOverride None
Order allow,deny
Allow from all
</Directory>