Page MenuHomePhabricator

.htaccess

Authored By
bzimport
Nov 22 2014, 3:57 AM
Size
180 B
Referenced Files
None
Subscribers
None

.htaccess

# Protect against bug 28235
<IfModule rewrite_module>
RewriteEngine On
RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
RewriteRule . - [forbidden]
</IfModule>

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14662
Default Alt Text
.htaccess (180 B)

Event Timeline