ewriteEngine on
RewriteCond %{HTTP_HOST} ^deenal.org$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.deenal.org$
RewriteCond %{REQUEST_URI} !public/public/
RewriteRule (.*) /public/$1 [L]

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