Al posto di digitare
http://test/web?abc=123
http://test/web/index.php?abc=123
http://test/web/index2.php?abc=123
http://test/web/aaa.php
voglio togliere '/web', cioè
http://test?abc=123
http://test/index.php?abc=123
http://test/index2.php?abc=123
http://test/aaa.php
Come devo impostare il file .htaccess?