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.
nginxの次のルールを変換する方法を教えてもらえますか?
RewriteRule ^([^/]*)/?$ index.php?a=$1 [L,NC] RewriteRule ^([^/]*)/([^/]*)/?$ index.php?a=$1&b=$2 [L,NC] RewriteRule ^([^/]*)/([^/]*)/([^/]*)/?$ index.php?a=$1&b=$2&c=$3 [L,NC]
http://wiki.nginx.org/HttpRewriteModule#rewrite