Apache virtual host section of this site (/lamp/).
<Directory /www/oszi/lamp/conf> Options FollowSymLinks AllowOverride None Order Allow,Deny Deny from all </Directory> <Directory /www/oszi/lamp/inc> Options FollowSymLinks AllowOverride None Order Allow,Deny Deny from all </Directory>
<Directory /www/oszi/lamp/>
AddDefaultCharset UTF-8
#
RewriteEngine On
#
RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]
RewriteRule ^_export/([^/]+)/(.*) doku.php?do=export_$1&id=$2 [QSA,L]
RewriteRule ^$ doku.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ doku.php?id=$1 [QSA,L]
#
php_value default_charset UTF-8
</Directory>
#
php_admin_flag file_uploads Off
If you would like to put Analystic code into the wiki, use the /lib/tpl/default/main.php.