Support the ongoing development of Laravel.io →
posted 9 years ago
Queues
Last updated 2 years ago.
0

Ok, after searching I found out this was due to a URL not found so I just added the following code to my /app/start/global.php which then told me what URL it had trouble finding.

App::missing(function($e) { $url = Request::fullUrl(); Log::warning("404 for URL: $url"); return Response::make('404 not found', 404); });

Looks like it has nothing to do with my queues and the IP I received from my host was still getting pinged/visited that wanted to check out the previous owner.

Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

clin407 clin407 Joined 24 Dec 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.