[HOME]

Path : /var/softaculous/handesk/
Upload :
Current File : //var/softaculous/handesk/.htaccess

<IfModule mod_alias.c>
RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public
</IfModule>
# Make sure .env files not browseable if in a sub-directory.
<FilesMatch "\.env$">
Deny from all
</FilesMatch>