paladox/2/master/images/.htaccess - Htaccess File

paladox/2/master/images/.htaccess

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

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache