Hi, i'm deploying new project to centos server. Should i upload env file too?
Sometimes google indexes env files and secret informations will be appear in description.
What we need to do?
(like add Deny from all to httpd.conf etc...)
I uploaded public folder to html directory and added inside storage sym link for project/storage/app/public folder.
Is that right?
main project folder in /var/www folder not /var/www/html
And i have another problem. I will create another thread for it.
Thanks :)
I't worked. Thanks.
But i have login folder in public folder and i have /login route too.
When i enter login it's tries to redirect me login folder and getting 403 error normally.
I changed login folder name to loginAsset
It's that true way?