Make ‘Page’ slug the ‘index’
I would take the current code you have and drop it into a page template called tpl-news.php or whatever you choose. Add the following to the header before your index.php code: <?php /* Template Name: News */ //Add your index.php code here //You can also use wp_redirect(home_url()) here as well if I misunderstood your question … Read more