I have developed a website, using Twitter API. Now a little but important problem I am facing is expected URL.
There will be users on my site who are going to get details with their user name.
My site url right now is : http://www.mysite.com/
It also works on : http://www.mysite.com/home.php
and : http://www.mysite.com/FinalShow01.php
Now what I want is user should be searched when he enter his name as : http://www.mysite.com/username
I tried this thing on server cpanel, but could not get it done.
If I understand your problem correctly, what you need to do is make
/person_namea parameter to be passed to your front page (ie a restful version of/?name=person_name). You don’t say what web app framework you are using (if any) but your framework should allow you to do this. If no framework you could roll your own easily enough.