Hi,
I am trying to get php with Apache to run on a local machine.
It's working fine so far. The php script, however, generates two kinds of links, one of which doesn't work:
if the link is localhost/myscript.php then clicking it will let PHP/Apache interpret and I get the loaded regularly.
but if the link is c:/webfiles/myscript.php (where localhost == c:/webfiles/) then the notepad editor opens the myscript.php instead of the script getting interpreted by Apache/PHP.
This drives me nuts. I cannnot change the way the links are generated by the script, so I need to change that behaviour to PHP/Apache opening any php script that gets called from the browser in the localhost directories.
Any ideas?
Thx a lot
Phillip