i moved my typepad blog to wordpress in november. it's only now come to my attention that old permalinks are not working for some people. i used the foliovision typepad to wp guide and everything worked beautifully. my wp permalinks are rewritten to match the typepad structure (year/month/postname.html)
if i click a link to an old post, it comes up right way, no problems ever. if i send/post an old permalink to someone, often (it seems) it gives a 404 error and does not actually resolve to the post that it is attached to.
here is the text of my .htaccess file in case that helps:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
any suggestions? thanks!
my site is http://www.scoutiegirl.com
an old url example is: http://www.scoutiegirl.com/2009/10/sg-exclusive-free-printable-from-three-by-sea.html
a new url example is: http://www.scoutiegirl.com/2010/02/insert-hold-music-here.html