Laravel Deployment Error

isurutmv

Well-known member
  • May 1, 2013
    1,936
    823
    113
    29
    Gampaha


    Mcn Laravel walin karapu system ekk thiyenawa meka host karama public folder eke thiye file tika public folder eka athulema thiyala URL eka "www.domain.com/public" kiyala gahuwa application eka run wenawa

    but public folder eka athule file tika eliyata aran public_html ekata dala "www.domain.com" kiyala gahuwa application eka run wenne na me error eka enawa "HTTP ERROR 500" :dull::dull:

    mekata wisadumak kiyahallako:rolleyes::rolleyes:

     

    SLHodahitha

    Well-known member
  • Nov 8, 2017
    3,086
    2,975
    113
    ::0
    elakiri.com
    Document root eka hadapan public folder ekata [httpd-vhosts.conf]


    Edited:

    PHP:
    <VirtualHost *:80>
        ServerAdmin webmaster@testing
        DocumentRoot "/htdocs/domain.com/public"
        ServerName domain.com
        ErrorLog "logs/error_log"
        CustomLog "logs/access_log.log" common
    </VirtualHost>
     
    Last edited:

    isurutmv

    Well-known member
  • May 1, 2013
    1,936
    823
    113
    29
    Gampaha
    Document root eka hadapan public folder ekata [httpd-vhosts.conf]


    Edited:

    PHP:
    <VirtualHost *:80>
        ServerAdmin webmaster@testing
        DocumentRoot "/htdocs/domain.com/public"
        ServerName domain.com
        ErrorLog "logs/error_log"
        CustomLog "logs/access_log.log" common
    </VirtualHost>

    httpd-vhosts.conf file eka mona folder eka athuleda mcn hadanna oone :eek:
     

    isurutmv

    Well-known member
  • May 1, 2013
    1,936
    823
    113
    29
    Gampaha