I want to redirect my Old URL to New URL
OLD URL : http://example.com/productsite-reviews
New URL : http://example.com/reviews/productsite.com
The problem is i have more than 4000+ URLS. Can we redirect the old URL to New URL without .htaccess file ?
this is my home route
Route::get('/', 'HomeController')->name( 'home' );
Is there any way to redirect these URL in bulk without writing htaccess code?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire