# Allow image access, block PHP execution
Options -Indexes

# Block PHP files from being accessed directly (LiteSpeed compatible)
<FilesMatch "\.(php|phtml|php\d)$">
    Order Deny,Allow
    Deny from all
</FilesMatch>
