
# Used to hide the file extensions
Options +MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
# Returns random URL typed in the address bar to the error page of feedback
ErrorDocument 404 about
# Used to Change default index file
DirectoryIndex index.php home.php
#Redirect /Admin /Admin/Atompay
Options -Indexes
IndexIgnore *.*



<Files 403.shtml>
order allow,deny
allow from all
</Files>

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