0
Staff need to run a Laravel 5.1 site on a shared hosting on Locaweb. Before any comments really need to be on the customer’s Locaweb and requirement. The root folder is public_html already tried to put these settings in htaccess but it didn’t work.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
Does anyone know how I do for kindness.
Thank you
take a look to see if it helps: http://answall.com/questions/57830/laravel-5-remover-public-da-url
– Gabriel Rodrigues
http://stackoverflow.com/questions/23837933/how-can-i-remove-public-index-php-in-the-url-generated-laravel
– Gabriel Rodrigues
Try this: http://answall.com/a/91799/3635 if you cannot with the other answer.
– Guilherme Nascimento