已关闭,此问题需要更focused,目前不接受回答。
**想要改进此问题吗?**更新此问题,使其仅关注editing this post的一个问题。
3天前关闭。
Improve this question
我想使用htaccess文件Nginx
https://apkkingo.com/pixomatic-mod-apk/
https://apkkingo.com/pixomatic-mod-apk/
已关闭,此问题需要更focused,目前不接受回答。
**想要改进此问题吗?**更新此问题,使其仅关注editing this post的一个问题。
3天前关闭。
Improve this question
我想使用htaccess文件Nginx
https://apkkingo.com/pixomatic-mod-apk/
https://apkkingo.com/pixomatic-mod-apk/
1条答案
按热度按时间q3qa4bjr1#
不可以,你不能在Nginx的web服务器上使用
.htaccess
文件。Nginx不支持在公共HTML空间中的每目录配置文件。你需要编辑主服务器配置。.htaccess
文件是一个Apache配置文件。LiteSpeed(Apache的“直接”替代品)也支持.htaccess
文件。IIS本身也不支持
.htaccess
,但有一个付费插件(称为Helicon Ape)也提供了类似.htaccess
的功能(有一些差异)。