AbanteCart v1.4.2.1 is released.
Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review
Quote from: emintah92 on August 06, 2025, 04:28:53 AMI can only say that I know next to nothing about Apache server files and editing .htaccess files so I haven't touched them at all. please help.![]()
<IfModule !mod_authz_core.c>
# Apache 2.2
<FilesMatch "\.php$">
Order deny,allow
Deny from all
</FilesMatch>
</IfModule>
<IfModule mod_authz_core.c>
# Apache 2.4+
<FilesMatch "\.php$">
Require all denied
</FilesMatch>
</IfModule>