<br />
<b>Warning</b>:  Undefined variable $auth in <b>/home/pevo0181/public_html/pia-soft.com/cleania/routes/index.php</b> on line <b>542</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on value of type null in <b>/home/pevo0181/public_html/pia-soft.com/cleania/routes/index.php</b> on line <b>542</b><br />
# ============================================================
#  PIA School — .htaccess (racine public_html/piaschool/)
# ============================================================

Options -Indexes

# Forcer HTTPS
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# Bloquer l'accès direct aux fichiers PHP de l'API
# (ils doivent être appelés via fetch depuis index.html)
<FilesMatch "^config\.php$">
  Order Allow,Deny
  Deny from all
</FilesMatch>

# Headers de sécurité
<IfModu