私のプロジェクトにはhttp://domain.com/index.php?page=home/contactus、http://domain.com/index.php?page=events/announcementdetails/80などの URL があります。
指定された URL でindex.php?page=と 80 のようなパラメーターを避け、URL をhttp://domain.com/home/contactusとhttp://domain.com/events/announcementdetailsに変更したい. htaccessファイルを使用してこれを達成するにはどうすればよいですか。