Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ubuntu 13.04 上使用 LAMP。
我将我的服务器用于使用 mysql 的数据库。服务器用于 android 应用程序,我的应用程序是一种社交网络,我需要访问我的数据库以获取信息。
我用 PHP 连接到 mysql。
我将我的 PHP 脚本存储在 /var/www 文件夹中。
我的问题是,如果我在浏览器中输入我的 IP 地址,我可以看到该文件夹中的所有文件。
如何使这些文件能够从 android 应用程序访问但在使用浏览器时被阻止?
感谢您的帮助。
创建一个.htaccess文件并将其放入其中
.htaccess
Options -Indexes