Route::get('/{url}', function ($url) { return Redirect::to('/'); })->where('url', '(url1|url2|url3)')