Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

trying to deploy laravel project on Cpanel Linux based

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.

Comments