# Configures the footer on server-generated documents
ServerSignature Off

# enable apache morRewrite module
RewriteEngine on

# The URL prefix to be used for per-directory
RewriteBase /plugins/iFlynaxConnect/

# allow request methods
<Limit POST GET>
	Order deny,allow
	Allow from All
</Limit>

# deflate static content
<IfModule mod_deflate.c>
	AddOutputFilterByType DEFLATE application/json
</IfModule>

RewriteRule .* request.php [QSA,L]
