简体   繁体   English

将PHP Web应用程序部署到共享Web服务器上并保护我的代码不被读取

[英]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. 我想使用PHP为我的客户端构建Web应用程序,但是当Web部署到共享Web服务器上时,我不希望其他人读取我的代码。

How can I protect my PHP codes? 如何保护我的PHP代码?

  1. File system permissions to restrict access. 文件系统权限以限制访问。
  2. Use ioncube encoder or zend guard . 使用ioncube编码器zend保护罩

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM