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.
私のURLは
domain.com/?p=slide&op=1
ここで私は domain.com/slide を使用して書き換えます
RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?p=$1
op=1 を書き換えたくありません。
domain.com/slide?op=1
どんな助けでも大歓迎です!.
QSA フラグを探しているようですね。
クエリ文字列が保持され、新しい URL に追加されるようにします。