Rotate Laravel site 5 on Locaweb

Asked

Viewed 51 times

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

  • 5

    take a look to see if it helps: http://answall.com/questions/57830/laravel-5-remover-public-da-url

  • http://stackoverflow.com/questions/23837933/how-can-i-remove-public-index-php-in-the-url-generated-laravel

  • Try this: http://answall.com/a/91799/3635 if you cannot with the other answer.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.