Hi,
I have a php page as my error 404 page which is supposed to find out where the visitor was wanting to go and redirect them to the appropriate new page with switch statement.
When I use $PHP_SELF it gets the address of the error page, however, I need it to get the intended address of the visitor (ie.. the link they clicked in the search engine)
Thanks.
I have a php page as my error 404 page which is supposed to find out where the visitor was wanting to go and redirect them to the appropriate new page with switch statement.
When I use $PHP_SELF it gets the address of the error page, however, I need it to get the intended address of the visitor (ie.. the link they clicked in the search engine)
Thanks.