htaccess rule for redirection of any particular name to particular page
Posted
by OM The Eternity
on Stack Overflow
See other posts from Stack Overflow
or by OM The Eternity
Published on 2010-05-24T12:27:12Z
Indexed on
2010/05/24
12:31 UTC
Read the original article
Hit count: 244
I am using PHP and I need to use a name say "Pranav dave" in url which should redirect me to "myprofile.php" what should i do?.. also the url should display me "Pranav dave".. and what should be the htaccess rule to redirect any html file to php file?
© Stack Overflow or respective owner