diff options
author | Brian Wolff <bawolff+wn@gmail.com> | 2022-11-12 07:53:18 -0800 |
---|---|---|
committer | Brian Wolff <bawolff+wn@gmail.com> | 2022-11-12 08:26:23 -0800 |
commit | f53163461340e99c985af060c6ddfcbe99f3907e (patch) | |
tree | 0bb6d7b10307ab0122abb0e0c7ca4407cffbba1a /images | |
parent | f53279b7f5cad944ae3a53fdd4e8111acd34a7f4 (diff) | |
download | mediawikicore-f53163461340e99c985af060c6ddfcbe99f3907e.tar.gz mediawikicore-f53163461340e99c985af060c6ddfcbe99f3907e.zip |
Remove /images .htaccess rules that are no longer relevent
The rewrite rules were removed in 164a3ac1f09. The rest of this
was just to support that. Additionally, follow sym links is not
really best practise. Sometimes this causes problems if apache
is configured with AllowOverride None (E.g. Topic:T6fd0tdieo4h8q0k)
Change-Id: Iba6c544c991f4d8aff65c4479e2f896fa290a665
Diffstat (limited to 'images')
-rw-r--r-- | images/.htaccess | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/images/.htaccess b/images/.htaccess index bcf36531262d..e69de29bb2d1 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -1,6 +0,0 @@ -<IfModule rewrite_module> - RewriteEngine On - RewriteOptions inherit - # Fix for bug T64289 - Options +FollowSymLinks -</IfModule> |