Whenever I tried to call a PHP file, my browser always change its URL to include the PHP Scrip_Name.
Example :
If I was to called a file from http://localhost/mydir/somefiles.php, and tried parse a php script from it, the browser will change it to ttp://localhost/php/php.exe/mydir/somefiles.php.
Is there a way to prevent it from displaying the /php/php.exe in the browser window?
BTW, I am running PHP, Apache and MySQL in Windows environment. Thanks!