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.
これらのアドレスのリライタルールが欲しいのですが、インターネットで調べましたが、これに合うものが見つかりませんでした。「http://www.xxx.com/ecommerce/automated/?city=london」が必要です
「http://www.xxx.com/ecommerce/automated/London/」に変換します
これを試して:
Options +FollowSymLinks RewriteEngine on RewriteRule (.*)/ index.php?city=$1 RewriteRule (.*) index.php?city=$1
次のような URL を使用していることを前提としています。
http://www.xxx.com/ecommerce/automated/index.php?city=london
元の URL に「index.php」が追加されていることに注意してください。