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.
.htaccess/search?q=vehiclesを介してリダイレクトする必要があります。/search.php?q=vehicles
/search?q=vehicles
/search.php?q=vehicles
私は.htaccessの専門家ではありません。いくつかのコードを試してみましたが、機能しません。
これは簡単ですRewriteRule
RewriteRule
RewriteEngine on RewriteRule ^search$ /search.php
クエリ文字列は変更されずに渡されます。