| Current Path : /home/saintape/public_html/shop/ |
| Current File : /home/saintape/public_html/shop/.htaccess.DISABLED |
# Safety: never show directory listing
Options -Indexes
# Magento should be served from /pub
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/pub/
RewriteRule ^(.*)$ pub/$1 [L]
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit