nuxt-community / redirect-module

No more cumbersome redirects for Nuxt 2!
MIT License
312 stars 17 forks source link

How to remove page extension #103

Open themodernpk opened 3 years ago

themodernpk commented 3 years ago

I am trying to redirection using the following code:

{
    "from": "^/oldPage.php",
    "to": "/newPage",
}

It redirects to /newPage.php, which leads to 404 page, how can I remove the .php from the redirected page?

simonhrogers commented 2 years ago

Would like to know the answer to this too.