Hello guys. How to set a rewrite rule or PHP code for the following:
A User requests a page like /samy.john
. But this page does not exist, so he will get redirected to /index.html
and in the headline of index.html there will be a message that says Hello Samy which is taken from the first part of the URL he requested.
Any clues how to apply this?