Title: wp post links redirect
Last modified: August 19, 2016

---

# wp post links redirect

 *  [Incredible Himachal](https://wordpress.org/support/users/incrediblehimachal/)
 * (@incrediblehimachal)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/wp-post-links-redirect/)
 * hi all,
 * I am deleting all my post in WP in my domain, i want that where ever there are
   link back to my site post they should redirect to one single post. Please tell
   how to do this.

Viewing 1 replies (of 1 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years, 3 months ago](https://wordpress.org/support/topic/wp-post-links-redirect/#post-1902473)
 * Are you going to make new posts?
 * One way would be to make your 404.php page contain this:
 *     ```
       <?php
          header("Status: 301 Moved Permanently");
          header("Location:http://www.xxxxxx.tld");
       ?>
       ```
   
 * That will redirect all visitors to non-extant pages back to your main page. Obviously
   you can change it as you need.
 * Otherwise you’ll need to do some redirection with .htaccess, and it’ll be messy
   since you need to know what you’re redirecting FROM.

Viewing 1 replies (of 1 total)

The topic ‘wp post links redirect’ is closed to new replies.

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 1 reply
 * 2 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/wp-post-links-redirect/#post-1902473)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
