# To prevent access to .env and other files
# Apache 2.2
Order deny,allow
Deny from all
# Apache 2.4
Require all denied
RedirectMatch 301 ^/$ https://www.emohol.xyz/public
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
# php -- END cPanel-generated handler, do not edit