Best/easiest way to redirect all WordPress content to a single page
Hi folks,
I'm running a WordPress site which is taking registration for an event and the organizers are postponing the event indefinitely. I need an easy way to get all of the content (about 30 pages and posts) to redirect to a single page.
You could use a RewriteRule in your Apache config.
Either of these should redirect all pages to new page. The difference is whether the user sees the new (redirected) address in their browser address field or not.
Yeah, I know I can do this with mod-rewrite but I was really looking for a cheap and easy way so I can recommend it to people who host WP sites who may not have access to someone who can do .htaccess-fu.
The plugin looks interesting, though.
Any other suggestions?
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Either of these should redirect all pages to new page. The difference is whether the user sees the new (redirected) address in their browser address field or not.
Open in new window