I will get below mentioned url from 3rd party server..
When I get this url I have used below mentioned code in routes.php file
Route::get('guestacc/scheck/default/{data}','User@guestcheck');
but it's not redirected.
I have to redirect my action to "User@guestcheck" when i receive above mentioned url...
also if I receive any other url without http://localhost/timespotproject/public/guestacc
also i have to redirect User@guestcheck