I want move index.php to a subfolder of the project in xampp, for example
localhost/project redirect to localhost/project/subfolder where I have index.php
What rule must I overwrite in htaccess? My idea was try to see if I could make this change editing specifically in htaccess.
Thanks