Can you please describe your issue properly please?
Oct 30, 2020
9
Level 1
create symlink on server
i created symlink on server via composer and it's ok,but in directadmin this directoy is hidden but website images not loaded??
in images link i have this error:
Forbidden
You don't have permission to access this resource.
actually i changed the root of website
..../public_html to ..../public_html/public :))
where is the best place to deply laravel?
1 ) deploy in a folder before public_html and change index.html?
2 ) or delete all this public_html and private_html in this root of domain and change root to just public?
Level 16
@marshal007 You should put your entire project folder( except public folder) outside public_html. And put only public folder of your project inside public_html.
It is not secure to put entire project inside public_html folder.
Visit the following link to understand how laravel app is hosted on shared hosting.
1 like
Please or to participate in this conversation.