Answer the question
In order to leave comments, you need to log in
What can be the problem when installing on a hosting?
Good afternoon. I have never installed frameworks on normal hostings, and I ran into this problem: I can't launch the usual welcome page from Laravel. Added htacces to the root directory with such data
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question