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.
在这种情况下,我是新手。我想保护我的网站(托管 linux),我找到了这个方法(.htacces 编辑)。但我想知道 .htacces 上的错误是否会拒绝我通过 ftp 访问我的网站。.htpacces 仅与 http 访问有关吗?
谢谢
Apache 是一个Web 服务器,它不处理ftp请求,因此配置文件对该服务没有任何影响。
不,它不能,因为您的 Web 服务器(很可能是 Apache)没有处理 FTP。