Is there a way to rename index.php or change the dir of login page?

So the redirect is already used by the .htaccess & whatever I tried with .htaccess or virtualhost.conf just ened up breaking the login
Ok so I kinda figured out a round about way to hide mautic install directory but it requires a fresh install of mautic.

So 1) name the subdirectory something like 12345, this will make your mautic login page example.com/12345/s/login.php 2) make sure the cron jobs now point to the new bin subdirectory 3) instead of sending the visitor directly to the mautic landing pages such as example.com/12345/landingpage. make a landingpage.html in root dir with an iframe to the mautic landingpage. so it looks like example.com/landingpage.html
This way visitors cannot reverse engineer the customer flow experience and mautic will still register visitors and pages can be used in campaign editor.