# AddHandler application/x-httpd-php73 .php .php5
# To prevent access to .env and other files
<Files .*>
    Deny from all
</Files>

<IfModule mod_alias.c>
RedirectMatch 301 ^/kimai/$ https://atika.mx/kimai/public
</IfModule>