Reconfiguring the Warp Core

I’ve been fiddling around with a bunch of the behind-the-scenes stuff on the site. I may have fiddled a bit too much where I shouldn’t have. What this means is:

  1. All of the image links in the blog are broken.
  2. Some of the other pages have moved, specifically: About and Contact. Others may also have strayed.
  3. Anything you may have bookmarked in the site may be nonfunctional.
  4. RSS Feeds may or may not be dead.
  5. The home page for the blog (http://edpas.net/) only displays the most recent post, and the navigation links at the bottom of the page don’t lead anywhere. If you want to browse earlier posts, I’d suggest you use the chronological archives listing from the sidebar.
  6. Error messages are less than useful.

But don’t touch that dial! I’m going to fix everything or else put it back to the way it was. For those of you curious about what’s happend, I’m not exactly sure. But I have strong a suspicion that it has to do with a conflict between some of my custom mod_rewrite rules and those of my blogging software. Regardless, I made a full site backup before I started changing things around. If I can’t sort things out, I’ll simply do a manual restore.

My apologies for any inconvenience or despair this unfortunate situation may have caused. All of this is in preparation for some significant new content that I’ll be posting in the next couple of weeks.

2 thoughts on “Reconfiguring the Warp Core

  1. I’ve solved most of the problems but there still are a few.

    1. Image links are fixed.
    2. Pages that have moved such as “about” and “contact” are now working correctly.
    3. Bookmarks are probably working. Anything with a link to /bog or /blog is now automatically redirecting to /journal.
    4. RSS feeds are working, but they have moved. I’ll be fixing this, or you could simply download the up-to-date feed link.
    5. The home page for the blog (http://edpas.net/journal/) now shows an error message, but shows the 7 most recent posts, with functioning links to read them. The navigation links at the bottom of the page still don’t lead anywhere. If you want to browse earlier posts, you’ll probably still need to use the chronological archives listing from the sidebar.
    6. Error messages are still less than useful.

    The culprit for the link problems was—as suspected—a minor misconfiguration of mod_rewrite. Specifically, I’d forgotten to use the [L] flag after each of the rules, so the server was applying WordPress’ url rewriting rules after mine. Not pretty.

    Also, search is broken.

Comments are closed.