Nam G VU
Nam G VU

Reputation: 35384

Deploy a PHP web application onto a shared web server and protect my code from being read

I want to use PHP to build web application for my client(s) but I don't want my code to be read by other(s) when the web is deployed onto a shared web server.

How can I protect my PHP codes?

Upvotes: 0

Views: 114

Answers (1)

Burhan Khalid
Burhan Khalid

Reputation: 174622

  1. File system permissions to restrict access.
  2. Use ioncube encoder or zend guard.

Upvotes: 4

Related Questions