Sysop:Mediawiki
Zur Navigation springen
Zur Suche springen
your own skin
categories
edit system messages
ip logging ausschalten
for anonymous editing mediawiki uses the ip address as a username. therefor you can't disable ip logging. but you can disable anonymous editing, so users have to create an account and to be logged in. then only the username will be stored and not the ip.
Mediawiki Farm
ensure ssl login
By apache redirect:
RewriteEngine on RewriteRule ^/wiki_directory/(.*)/index.php/Special:Userlogin(.*) https://%{SERVER_NAME}/wiki_directory/$1/index.php/Special:Userlogin$2 [L,R] RewriteCond %{QUERY_STRING} ^title=Special:Userlogin RewriteRule ^/wiki_directory/(.*)/index.php https://%{SERVER_NAME}/wiki_directory/$1/index.php?%{QUERY_STRING} [L,R]