I have some php-based software that I'd like to make available to some
businesses that run on my web server (apache on Linux).
These businesses have full access to all their web files. I'd like to set
up my php code in such a way that their web sites could take advantage of
the code without them being able to see or download the code.
Is the best way to do this put the code in a directory they don't have
access to and add it to the php path?
Any other suggestions welcome.
Thanks!
businesses that run on my web server (apache on Linux).
These businesses have full access to all their web files. I'd like to set
up my php code in such a way that their web sites could take advantage of
the code without them being able to see or download the code.
Is the best way to do this put the code in a directory they don't have
access to and add it to the php path?
Any other suggestions welcome.
Thanks!
Comment