Currently I can call my app (PHP) with the following URL:
http://localhost/app/public/index.html
Is there some way to hide the public
in the url, so I can access the app just with http://localhost/app/index.html
?
With the .htaccess file it should be possible. I am using XAMPP.