1158a1ccbf
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.
13 lines
287 B
Text
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>
|