Is there a way to run any php file from localhost ?
eg: I want to run files like file:///C:/Users/user/AppData/Local/myfile.php
in http://localhost/myfile.php
,without copying the file to htdocs. basically I need to run all the .php files from apache.
is this possible ? I just need to simply open .php files from localhost (by double clicking) , I'm using a windows system.