Problem with Symfony 4 on Laragon
-
Hi,
I changed the Laragon config to have a Symfony4 project.
It's working fine, I can see the Symfony4 home page : symapp.test.The problem is, if I create a root to have : symapp.test/whatever,
I can't access to this page and i get this error : The requested URL /whatever was not found on this server.My code is right cause' I can see my page if I set the ' / ' root to it..
Any ideas ??
Thanks for your answers
-
@Hot-KreeZy : Can you push a sample project on github?
-
@leokhoa There is the link : https://github.com/HoT-KreeZy/symgon
-
I found a solution on Symfony4 's doc. I just added an apache pack ( composer require symfony/apache-pack ).
Seems working for now ^^
-
I'm glad to hear it works ^^
Cheers!