Changing Default pages

Permalink
I would like to change the index.php page to load a different page. How can I change it so that when someone goes to domain.com they get domain.com/contact within concrete5?

 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
you could set up a 301 redirect in the htaccess file..
Redirect 301 /old-page-namehttp://www.your-domain.com/new-page-name...