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.
私はこのようなURiを持っています:
http://my.domain.com/clientarea/verify/
そして、私はそれをこれに書き換えたい:
http://my.domain.com/verify.php
つまり、最初の URi が呼び出されたときに、ルート パスにある verify.php の結果が表示されます。
誰が私がそれを行うことができる方法を知っていますか?!
これを直後に追加しますRewriteEngine on:
RewriteEngine on
RewriteRule ^clientarea/verify/$ /verify.php