# /home/<cpaneluser>/public_html/.htaccess  (minimal proxy test)

RewriteEngine On

<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>

RewriteCond %{HTTP_HOST} ^(www\.)?heavywaterstudio\.com$ [NC]
RewriteRule ^(.*)$ https://heavywaterstudio.base44.app/$1 [P,L]