noboby resolved this problem????
Jul 17, 2017
13
Level 1
Error 404 : Routes error after deploying on hosting
Hi, I know there is a lot of discussion for this pb but All don't resolve my problem.
My website is on the folder (debian) : var/www/mywebsite/public
My first page was loaded but when I clic to login or register I have the 404 error: "The requested URL /mywebsite/public/login was not found on this server"
I try to :
- put a ".htaccess" on my public directory with RewriteEngine On
- Edit apache.conf to put "AllowOverride All" for my directory
- Create a virtualhost file and enable it (a2ensite)
- My ".env" was modified with my website informations
- All grant is ok
I juste see a change, when I edit apache.conf (AllowOverride All), the error 404 has been replaced by an error 500
Could you help me please?
Please or to participate in this conversation.