Forum Moderators: coopster
On the page which I redirect visitors to, when the file they are looking for does not exist, I want to catch the referrer URL, then strip it down to the page name only.
Example:
http://www.example.com/folder/some-page-name.html
I want to grab the words "some-page-name" from that referrer URL.
Do you have any idea?