I've used Quick Page/Post Redirect on many different installations of WP and it works well every time. Have you tried that? If you have, how did you implement the redirect (quick redirects or page redirect) and what was the result?
Plugin: https://wordpress.org/plugins/quick-pagepost-redirect-plugin/
I see that it has already been posted, but I did a Google search and found that you could use this:
https://wordpress.org/plugins/quick-pagepost-redirect-plugin/
Good luck!![]()
I've used http://wordpress.org/plugins/redirection/ whenever I need such a plugin.
If that doesn't work either, something is wrong![]()
@TheeAriGrande - it's a one-click install, on a hostgator shared plan. I have 20+ of them running on that hosting package alone, and each of them have been fine; until this issue I'm experiencing today!
The fact that you're running 20+ sites on a single shared plan could be the problem. The plugins may assume that you're only running a single site.
PM me if you'd like some help. I'm just finishing up some work and have some free time.
I've used Quick Page/Post Redirect on many different installations of WP and it works well every time. Have you tried that? If you have, how did you implement the redirect (quick redirects or page redirect) and what was the result?
Plugin: https://wordpress.org/plugins/quick-pagepost-redirect-plugin/
noob here.Can I redirect my free wordpress blog post to my other site?
If yes then how?
Help, anyone?
I'm trying to redirect a post (eg myurl.com/this/) to a page on the same site... all of the redirect plugins that I've tried have failed to work.
Any clues, or suggestions?
<?php
header( 'Location: http://www.yourdestination' ) ;
?>