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&...)?
|
feedback
|
migrated from webmasters.stackexchange.com Sep 15 '11 at 0:43
This question came from our site for pro webmasters.
|
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. | |||
feedback
|