Skip to content

Commit cba2a88

Browse files
authored
Merge pull request #2563 from codeeu/cert-redirect-fix
Cert redirect fix
2 parents 7b6f35a + 0f71c5b commit cba2a88

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

routes/web.php

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<?php
22

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+
311
/*
412
|--------------------------------------------------------------------------
513
| Web Routes
@@ -58,6 +66,9 @@
5866
use App\Http\Controllers\GeocodeController;
5967
use Illuminate\Support\Facades\Config;
6068

69+
70+
Route::permanentRedirect('/certificates/excellence/Excellence Certificate', '/certificates/excellence/2024');
71+
Route::permanentRedirect('/certificates/excellence/Excellence%20Certificate', '/certificates/excellence/2024');
6172
//Auth::loginUsingId(268354);
6273

6374
Route::domain('{subdomain}.'.Config::get('app.url'))->group(function () {
@@ -695,5 +706,3 @@
695706
});
696707
Route::feeds();
697708

698-
699-

0 commit comments

Comments
 (0)