Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何将此 apache htaccess 转换为 nginx。
Options +FollowSymLinks RewriteEngine on RewriteRule ^url/([^/]+)$ process.php?tk=$1 [L]
这个对吗?
disable_symlinks off; rewrite ^url/([^/]+)$ process.php?tk=$1 [L]