OK. So, the site is fully run by WP. The archives have been converted from Blogger and I’ve stuck a bunch of Redirect directives in my .htaccess file so any linkers won’t get 404s. More inportantly, links from search engines will be updated to the most current URLs because I tacked on permanent after the Redirect. Kind of like this…
Redirect permanent /path/to/old/file.html http://www.newserver.com/path/to/new/file.html
<p>Kind of basic, but it sends a 301 instead of a 302 (permanent vs. temproary) redirect.</p>
<p>This theme I’m using (Random Image) is a canned theme from the web. I imagine I’ll tackle creating a custom theme later…or just come up with my own images for the rotation.</p>
<p>That said, I’m going to bed…</p>











Comments are closed.