Question

In my WP admin's "Pages" section is a page called "Home" with a URL of /home. This page's content gets called by my index.php file.

My problem is the /home page is coming up in search results, or someone could type in /home. Is it possible to redirect /home to index.php (or just "/")?

Was it helpful?

Solution

Change your index.php file back to normal, then set that home page as the front page instead. Then the /home will redirect to / as it should.

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top