diff --git a/routes/web.php b/routes/web.php index 3e965c5d8..ef6e684c1 100644 --- a/routes/web.php +++ b/routes/web.php @@ -66,7 +66,6 @@ use App\Http\Controllers\GeocodeController; use Illuminate\Support\Facades\Config; use App\Http\Controllers\EventsController; - //redirects start Route::permanentRedirect('/certificates/excellence/Excellence Certificate', '/certificates/excellence/2024'); Route::permanentRedirect('/certificates/excellence/Excellence%20Certificate', '/certificates/excellence/2024'); @@ -110,6 +109,17 @@ Route::permanentRedirect('/view/1221652/challenges/careers-as-constellations', '/challenges/careers-as-constellations/'); Route::permanentRedirect('/view/1221912/blog/careers-linda-liukas/', '/blog/careers-linda-liukas/'); Route::permanentRedirect('/view/1221912/challenges/careers-as-constellations', '/challenges/careers-as-constellations/'); +Route::permanentRedirect('/view/1221651/challenges/careers-as-constellations', '/challenges/careers-as-constellations'); + +Route::permanentRedirect('/blog/codeeu-monday-and-tuesday-thousands-of-schools/1Lg7vYO/', '/blog/codeeu-monday-and-tuesday-thousands-of-schools/'); +Route::permanentRedirect('/2021/challenges/dance/', '/challenges/dance/'); +Route::permanentRedirect('/2021/challenges', '/challenges'); +Route::permanentRedirect('/blog/submit', '/blog'); +Route::permanentRedirect('/blog/top-programming-languages-for-kids-of-any-language/Introduction%20to%20Scratch', '/blog/top-programming-languages-for-kids-of-any-language/'); +Route::permanentRedirect('/blog/top-programming-languages-for-kids-of-any-language/ScratchEd', '/blog/top-programming-languages-for-kids-of-any-language/'); +Route::permanentRedirect('/hackathons/slovenia', '/hackathons'); +Route::permanentRedirect('/hackathons/greece', '/hackathons'); + Route::get('/search/{term}', function ($term) { if (strtolower($term) === 'e twinning') { return redirect('/search', 301);