# Prefer setting PHP 8.0+ in cPanel → MultiPHP Manager for adepafie.com
# If the site still shows 500 after upload, rename this file to .htaccess.bak and try again.

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^includes/ - [F,L]
    RewriteRule ^scripts/ - [F,L]
</IfModule>
