What is the code for a simple redirect rule in htaccess that make this change :
domain.com/index.php?page=home => domain.com/home
From page=home, home is a dynamically generated page slug.
Also when on domain.com/somepage, output of echo $_GET['page'] should be "somepage"