php_value upload_max_filesize 0
php_value memory_limit 1024M
php_value post_max_size 0

<IfModule mod_headers.c>
Header always set Access-Control-Allow-Origin: "*"
</IfModule>

AddType image/svg+xml svg svgz
AddEncoding gzip svgz

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f [OR]
RewriteCond %{REQUEST_URI} ^/api [OR]
RewriteCond %{REQUEST_URI} ^/data [OR]
RewriteCond %{REQUEST_URI} ^/360 
RewriteRule  ^(.*)$ core.php?param=$1 "[QSA,L,B= ?,BNP]"
ErrorDocument 404 /pages/404.php
ErrorDocument 401 /pages/401.php
ErrorDocument 403 /pages/403.php
ErrorDocument 500 /pages/500.php