Options +MultiViews
DirectoryIndex publicDeskLanding.html

# Enable URL rewriting
RewriteEngine On

# Deny access to .htaccess
<Files ".htaccess">
    Require all denied
</Files>