Redirect 2 old post ids to new ids?
-
My blog recently underwent a cleansing of the old, i.e. the blog was re-started. So, two of my old entries were rather popular (howto guides), so I resurrected those posts.
Now the problem.. The old posts were id’s 403 and 428, which are now id’s 17 and 20, respectively. This is my .htaccess, but the redirect doesn’t seem to work properly.. If someone would show me the error of my ways, I’d be grateful, as would users seeking that content..
BTW, the wp-trackback redir line DOES seem to work.
Environment:
Ubuntu 6.06.1 LTS Server, Apache 2.0.55, PHP 5.1.2, Mysql 5.0.22, WP 2.1.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^wp-trackback.php.*$ - [F,L] RewriteRule ^archives/403 /archives/17 [QSA,L] RewriteRule ^archives/428 /archives/20 [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Redirect 2 old post ids to new ids?’ is closed to new replies.