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>

My system only works with the above. The "Options +FollowSymLinks" was
added for servers on Mac hardware.

I know have (in one instance of Mediawiki)


        # Fix for bug T64289
        # Options +FollowSymLinks
        Options +SymLinksIfOwnerMatch

I have started an conversation in phabricator....

Gordo


_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to