One last post before bed time

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

Kind of basic, but it sends a 301 instead of a 302 (permanent vs. temproary) redirect.

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.

That said, I’m going to bed…

Comments are closed.