trying to deploy laravel project on Cpanel Linux based

-1

I got this error in Firefox

[Exception... "Favicon at "https://at3885.com/favicon.ico" failed to load: Not Found." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 154" data: no]

it's a laravel and vue app using json.

I tried putting all files in another folder and the public folder content in the public_html and changed the directories in index.php as well

require __DIR__.'/../lsapp/vendor/autoload.php';
$app = require_once __DIR__.'/../lsapp/bootstrap/app.php';

and still got the same error.

php
laravel
cpanel
asked on Stack Overflow Dec 5, 2018 by Ahmed • edited Dec 5, 2018 by jess

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0