私は次のような形をしています
<form action="abc/1" method="post">
</form>
このフォームが送信されるたびに、現在のURLが
http://localhost/abc/1 after form submit it should be again
http://localhost/abc/1
but instead this it become
http://localhost/abc/1
http://localhost/abc/abc/1
http://localhost/abc/abc/abc/1 each time I press submit button in form.
code-igniterのmvcのURLスキームに関連するもの