RewriteEngine On
RewriteBase /

RewriteRule ^credentials\.php$ - [F,L]
RewriteRule ^usage_counts\.json$ - [F,L]
RewriteRule ^canva_usage_limit\.php$ - [F,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
