Hello,
I have a php script on a webserver. Currently, the script is being accessed as http://www.mydomain.com/scriptname.php
.
Is there a way i can create a user friendly url for accessing this script, something like http://www.mydomain.com/appname,
so when this url is called it invokes the php script ?
Please help. Thank You