square_eyes
Member
Posted 8 months ago #
I wand to send all traffic from a non existent post/page to an external host. But I can't find how to do it.
I set up a quick redirect
http://mysite.com/bounce > xx.xx.xxx.xxx
Instead of landing at xx.xx.xxx.xxx
I land at...
http://mysite.com/xx.xx.xxx.xxx
Mark
http://wordpress.org/extend/plugins/quick-pagepost-redirect-plugin/
Mark
Sorry for the late response, I just saw this post.
In case you still need to know, you would need to have the redirect be relative to the root of the site (not an http://), and the destination go to the URL you want them to end up on.
like so:
/bounce/ > http://newpage.com/new-page/
or
/bounce/ > http://xx.xx.xxx.xxx
Then you will go to the new page when the bounce page is accessed.
The destination needs the http:// or https:// in from of it or it thinks the URL is from the originating site.
Warm regards,
Don