repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "DatabaseMssql: Don't duplicate body of makeList()"
[mediawiki.git]
/
images
/
.htaccess
blob
8c46bbb4e8c7e7b439cbf804c7972abcafe0e4f8
1
# Protect against bug 28235
2
<IfModule rewrite_module>
3
RewriteEngine On
4
RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
5
RewriteRule . - [forbidden]
6
# Fix for bug T64289
7
Options +FollowSymLinks
8
</IfModule>