4
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/meusite/public" this problem is fixed but, I do not have access to it in the hosting where paid...
My only solution then, is to use rules of rewrite mode
directly in the file web config. The problem is that in a wide search for solutions like this on the internet, I only found rules that work when the server is apache (.htaccess) someone knows some rule to remove the public folder of an Laravel application from an IIS server?
worked, gave an error at first but it was missing permission in the folder inside the server, thank you very much
– LeandroLuk