php - Multiple Laravel Apps Issue on shared hosting -
i've made 2 applications using laravel, locally works fine. when deploy them shared hosting having different domain each 1 face kind of colison.
public_html(www folder)
-project1 -app -... -public (www.app1.com points public folder on project1) -project2 -app -... -public (www.aap2.com points public folder on www.app2.com)
both projects works without problem but! when enter example www.app1.com/hello , in tab enter www.app2.com, second 1 displays error, says "hello" route doesn't not exits, , correct because app2 doesnt have route named "hello" why app2 using somehow routes app1 if there in differnt folders.
need please...
Comments
Post a Comment