I have PC and Mac. On both of them I've installed Apache. Is it possible to connect them, so Mac will be able to connect to PC(and vice versa), and get file from Apache(so ie. index.php;login.php?action=login&...)?

link|improve this question
feedback

migrated from webmasters.stackexchange.com Sep 15 '11 at 0:43

This question came from our site for pro webmasters.

1 Answer

While it's certainly possible to use Apache as a local filesystem by serving the root directory '/' or 'C:\' (after applying the correct permissions, of course!), it's not really what it was designed for. If you're looking for an easy way to share files between two computers, I'd suggest Samba or NFS shares.

link|improve this answer
But I want to query php files,which first have to be executed( and Samba as I read doesn't do that). I want it just for testing, so any possible solution is a good solution. – user77389 Sep 15 '11 at 7:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.