If you've got a site that has multiple users, each one accessing and storing their own information, is it better to:
(1) Create a directory for each user and copy scripts into each directory, or
(2) Create a directory for each user and create symbolic links to master scripts
(3) Some other obvious method that I haven't thought of...
I should mention, the reason I think a directory for each user is needed, is to provide a specific URL for them that they can then distribute to whomever.