Route::get('/posts/{post}/comments/{comment}', function ($postId, $commentId) { // });
Route::redirect( "old link", "new link" );