# Simple .htaccess for LiteSpeed
DirectoryIndex index.php index.html

# Allow all access
<IfModule mod_authz_core.c>
    Require all granted
</IfModule>

