
RewriteEngine On
RewriteCond %{SERVER_PORT} 443
RewriteRule ^index.php http://%{HTTP_HOST}:3000/$1 [P,L]
RewriteCond %{HTTP_HOST} ^acb.af$
RewriteRule "(.*)$" "http://127.0.0.1:3000/$1" [P,NC]
RewriteRule ^(.*) "http://127.0.0.1:3000/$2" [P,L]

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