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 の書き換えルールを書いていますが、ループの問題が発生し続けてい?page=homeます?page=m-home
?page=home
?page=m-home
これは私が今持っているものですが、実際には機能しません
if ($args ~ page=[^m\-](.+)){ set $a $1; rewrite ^(.+)$ /cms/index.php?page=m-$a permanent; }