RewriteOptions inherit

RewriteEngine on
RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^cetalia.co.za/$ [NC,OR]
RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^www.cetalia.co.za/$ [NC]
RewriteRule ^(.*)$ https://cetalia.co.za/html/ [R=301,NC]

# php -- BEGIN cPanel-generated handler, do not edit
# NOTE this account's php is controlled via FPM and the vhost, this is a place holder.
# Do not edit. This next line is to support the cPanel php wrapper (php_cli).
# AddType application/x-httpd-ea-php72 .php .phtml
# php -- END cPanel-generated handler, do not edit
