I am programming an website and I want to redirect specific URL like
www.example.org/p/home
www.example.org/p/user/th3falc0n
to my script
www.example.org/index.php?page=home
www.example.org/index.php?page=user/th3falc0n
without the user recognizing that the server is redirecting this page to the script.
How can I do this?
you need .htaccess rewrite to do that – http://www.branded3.com/blogs/htaccess-mod_rewrite-ultimate-guide/