#because of large data like double confirmation array in large data. i change the computer memory to 1GB
<IfModule mod_rewrite.c> 
  #php_value memory_limit 1024M 
</IfModule>

RewriteEngine On
#RewriteCond %{HTTP_HOST} ^proxy\.sulspapmfb\.com [NC]
#RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.*)$ https://proxy.sulspapmfb.com/$1 [R,L]
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin '*'
Header set Access-Control-Max-Age 3600
Header set Access-Control-Allow-Methods 'GET, POST, OPTIONS, DELETE, PUT'
Header set Access-Control-Allow-Headers 'Authorization,X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method,X-Auth-Signature,Cache-Control'
Header set Access-Control-Allow-Credentials true
</IfModule>


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
