Hi there,
My client has a site with a large number of blog posts (close to 100).
He wants all posts which were pubished before a certain date re-directing to a single URL.
Is this possible?
Thanks!
Hi there,
My client has a site with a large number of blog posts (close to 100).
He wants all posts which were pubished before a certain date re-directing to a single URL.
Is this possible?
Thanks!
use .htaccess to do that!
Sorry could you explain this further, don't know much habout this kind of thing!
Thanks again!
Thanks for that, very useful - however, I'm getting an internal server error.
What's wrong with this htaccess file ?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
redirect 301 /real-mortgage-for-real-people http://www.mortgageadvicecenter.co.uk/mortgage-news
redirect 301 /are-you-not-the-perfect-mortgage-applicant http://www.mortgageadvicecenter.co.uk/mortgage-news
redirect 301 /there-are-funds-available-to-borrowers http://www.mortgageadvicecenter.co.uk/mortgage-news
Thanks!
You must log in to post.