spatie / laravel-missing-page-redirector

Redirect missing pages in your Laravel application
https://freek.dev/598-retain-your-seo-worth-by-correctly-redirecting-missing-pages-in-a-laravel-application
MIT License
488 stars 37 forks source link

redirect url with optional paremeters to query string #52

Closed mojtabaRKS closed 5 years ago

mojtabaRKS commented 5 years ago

hello ! i have this url :

www.website.com/category/product/page/{numberOfPage}

how to redirect to this url :

www.website.com/category/product?page={numberOfPage}

thanks for your answer :)

atymic commented 5 years ago

Based on the code here: https://github.com/spatie/laravel-missing-page-redirector/blob/master/src/MissingPageRouter.php#L75-L77

Have you tried the following?

www.website.com/category/product?page={{numberOfPage}}