How do i redirect URL: example.com/page1 to example.com I mean, i want to redirect any specific page of my site to homepage. Please Help. Thank You.
I use PHP. <?php header("Location: ../ die(); ?> or <?php header("Location: http://url.com die(); ?> Code (markup):