http://www.starsqa.com/lala.php?fname=bobをhttp://starsQA.com/lala/bobに変えようとしています
<form action="lala.php" method="get">
Name: <input type="text" name="fname">
<input type="submit">
</form>
Welcome <?php echo $_GET["fname"]; ?>.<br>
.htaccessでこれを試しましたが、何も起こりませんでした
Redirect 302 /lala.php?fname=bob http://www.starsQA.com/lala/bob.php
これは可能ですか?