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?
Share
You could make it like this:
After that, you can use your urls like this
http://example.com/Pranav dave. The only problem is, that the browser will rewrite the url, and after that, its looking like followink onehttp://example.com/Pranav%20dave