
<FilesMatch "\.(lua|so|dat|log|txt)$">
    Order Allow,Deny
    Deny from all
</FilesMatch>
# Redirect "start" to "Login.php"
RewriteRule ^start$ Login.php [L]
Options -Indexes
