如何在Nginx中使用.htaccess文件 [英] How can I use .htaccess file in nginx

查看:985
本文介绍了如何在Nginx中使用.htaccess文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在将我的网站从Apache迁移到nginx,但是我的.htaccess文件不起作用.我的网站在/usr/share/nginx/html/mywebsite文件夹中.如何在nginx服务器中使用.htaccess?

I am currently migrating my website from Apache to nginx, but my .htaccess file is not working. My website is inside the /usr/share/nginx/html/mywebsite folder. How can I use .htaccess in my nginx server?

这是我的.htaccess文件:

RewriteEngine on
RewriteRule video/watch/([a-zA-Z0-9_@$*-]+)/?$ "videos-single.php?id=$1" [NC]

推荐答案

nginx不支持.htaccess(请参阅).

The nginx doesn't support .htaccess (see here: "You can’t do this. You shouldn’t. If you need .htaccess, you’re probably doing it wrong.").

您有两种选择(据我所知):

You've two choices (as I know):

  • import your .htaccess to nginx.conf (maybe the htaccess to nginx converter helps you)
  • use authd-htpasswd (I didn't try it)

这篇关于如何在Nginx中使用.htaccess文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆