-1
I need a page that when I load it check the link typed for example : www.test.com/myphp.php=10 if it finds a certain number it redirects to another page , for example : found www.test.com/myphp.php=10 redirects to www.test.com/news/10.php. How can I do this and what technology I should use?
It’s just a case or do you want to redirect all the urls to
news/
.– Sergio