目前我在我的本地(Apache)做了一个项目设置,在NGINX里。
我在将规则从NGINX转换为.htaccess规则时遇到了麻烦。 有人能帮我把下面的规则转换成.htaccess规则。
location /test/ { set $store_code test; index index.html index.php; try_files $uri $uri/ @handler_test; expires 30d; }
提前感谢。