I'm trying to have the example.com redirected to example.com/home.html
I have .htaccess file in cPanel public HTML folder but it doesn't work
I'm new to this so apologies if it's completely wrong
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} example.com [NC]
RewriteRule ^[a-zA-Z0-9_/]{0,6}$ home.html [R=301,NC]