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]