Hi
I've got a php custom 404 error page set up no problem, however I want to take what the user adds after the slash and redirect based on that. for example
I want to take the "jon" and redirect to a page with jon as a query string. I have looked up a lot about this and believe that "$_SERVER['REDIRECT_URL']
I've got a php custom 404 error page set up no problem, however I want to take what the user adds after the slash and redirect based on that. for example
I want to take the "jon" and redirect to a page with jon as a query string. I have looked up a lot about this and believe that "$_SERVER['REDIRECT_URL']