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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -