为了账号安全,请及时绑定邮箱和手机立即绑定

nginx转apache ,规则配置如何写?

nginx转apache ,规则配置如何写?

慕婉清6462132 2018-09-30 00:01:57
nginx的:location / {     try_files $uri $uri/ /index.php?$uri&$args; }请教 apache的怎么写?
查看完整描述

2 回答

?
慕仙森

TA贡献1827条经验 获得超7个赞

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php?$1 [L]


查看完整回答
反对 回复 2018-10-08
  • 2 回答
  • 0 关注
  • 2087 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信