netresearch/klonfisch/master/www/rest-service-fe/.htaccess - Htaccess File

netresearch/klonfisch/master/www/rest-service-fe/.htaccess

<Files server-v1>
 ForceType 'application/xml'
 RewriteEngine On
 RewriteBase /
 RewriteRule .* - [R=401,L]
 ErrorDocument 401 /rest-service-fe/server-v1.err
</Files>
<Files server-v1.err>
 ForceType 'application/xml'
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache