1

我想知道如何将此 apache htaccess 转换为 nginx。

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^url/([^/]+)$ process.php?tk=$1 [L]

这个对吗?

disable_symlinks off;
rewrite ^url/([^/]+)$ process.php?tk=$1 [L]
4

0 回答 0