Open themodernpk opened 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?
/newPage.php
404
.php
Would like to know the answer to this too.
I am trying to redirection using the following code:
It redirects to
/newPage.php
, which leads to404
page, how can I remove the.php
from the redirected page?