On 29/05/15 16:11, Christian Ermisch wrote:
Thank you very much! I had to change
"Options +FollowSymLinks" in "# Options +FollowSymLinks"
Now it works: http://www.plateau-trivial.de/wiki/index.php?title=Hauptseite
Cheers!
In 1.25.1
MW_1.25.1/FULL/mediawiki-1.25.1/images# cat .htaccess
# Protect against bug 28235 <IfModule rewrite_module> RewriteEngine On RewriteCond %{QUERY_STRING} .[^\/:*?\x22<>|%]+(#|?|$) [nocase] RewriteRule . - [forbidden] # Fix for bug T64289 Options +FollowSymLinks </IfModule>
Fix for bug T64289?
https://phabricator.wikimedia.org/T64289
Gordo