I want to redirect user to home page when he just enters on the website. For example typing www.website.com need redirect to www.website.com/home
I trued to redirect using
header("Location: www.example.com/home"); bu it didn't work what are other methods to do it and not using any wp plugin for this?