Laravel on my remote server isn't routing properly -
i beginner remote servers , building website, please bear simple questions, if are.
so have created laravel project on remote server (by connecting command line via putty , creating new laravel project). created folder, had move of directories inside of folder main folder, via filezilla. how appears now: illustration of uploaded files through filezilla
my code in laravel sample 1 comes whenever create new project, did not change anything. problem appearing, when visit webpage, says webpage unable handle request (http error 500).
when visit webpage/public or other sort of link, gives me error: notfoundhttpexception in routecollection.php line 161 (a laravel error)
any or guidance in right direction appreciated.
i can't comment yet, have answer here.
first kind of server using? shared or vps? if it's shared hosting, have more upload files, you'll need configure ht access too. see video guide: https://youtu.be/wqmzld0iroo
for routing issue, means, route trying visit not exist. check web.php file sure route in there. simple spelling error.
Comments
Post a Comment