Dear All,
Is there any way to give a allias name to our php script
ex : I am having myscript.php in my directory of myserver which takes to parameters username,password
I have to use http://www.myserver.com/mydirectory/myscript.php?username=hello&password=hai
but is there any way to call like this
http://www.myserver.com/mydirectory/bvsureshbabu?username=hello&password=hai
where bvsureshbabu is the allias name to my php script myscript.php
actually we can do it in servlets and jsp but in php how can we do it.
If yes How can i configure it.
regards
bvsureshbabu