Tuesday, March 14, 2017

I have web apps with Laravel as my framework. Now i have migrated it into new server. But when i try running on webserver apache many resources not found like logo, js file, css .etc.

so many files not found

Failed to load resource: the server responded with a status of 404 (Not Found)
http://mydomain/demo/css/introjs.css Failed to load resource: the server responded with a status of 404 (Not Found)
bootstrap.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
intro.js Failed to load resource: the server responded with a status of 404 (Not Found)
logo_white.png Failed to load resource: the server responded with a status of 404 (Not Found)

Any configuration should i change on laravel after i migrate to new server ?



via user2967389

Advertisement