I have an IIS server where a site built in Laravel 5.3 will be hosted and I need to remove the public folder from the url.
NOTE: I am aware that if I enter the IIS manager and change the destination folder of the site to "wwwroot / mysite / public" this problem is solved but I do not have access to that in hosting in which I pay ...
My only solution then is to use rewrite mode
rules directly in the web.config file of the laravel root folder. The problem is that in a broad search for solutions like this on the internet, I only found rules that work when the server is apache (.htaccess) does anyone know of any rules for removing the public folder from a Laravel application from a server in IIS?