We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f043157 + cba2a88 commit 6c11624Copy full SHA for 6c11624
1 file changed
routes/web.php
@@ -1,5 +1,13 @@
1
<?php
2
3
+/**
4
+ * @Author: Bernard Hanna
5
+ * @Date: 2025-03-03 16:51:10
6
+ * @Last Modified by: Bernard Hanna
7
+ * @Last Modified time: 2025-03-13 12:18:47
8
+ */
9
+
10
11
/*
12
|--------------------------------------------------------------------------
13
| Web Routes
@@ -58,6 +66,9 @@
58
66
use App\Http\Controllers\GeocodeController;
59
67
use Illuminate\Support\Facades\Config;
60
68
69
70
+Route::permanentRedirect('/certificates/excellence/Excellence Certificate', '/certificates/excellence/2024');
71
+Route::permanentRedirect('/certificates/excellence/Excellence%20Certificate', '/certificates/excellence/2024');
61
72
//Auth::loginUsingId(268354);
62
73
63
74
Route::domain('{subdomain}.'.Config::get('app.url'))->group(function () {
@@ -695,5 +706,3 @@
695
706
});
696
707
Route::feeds();
697
708
698
-
699
0 commit comments