Files
kfitz.info/content/blog/2007-06-03-aaaaargh.md
Kathleen Fitzpatrick 655ad0ded8 upgrade to 3.0
2024-10-14 19:27:15 -04:00

949 B
Raw Permalink Blame History

title, date, permalink, tags
title date permalink tags
AAAAARGH! 2007-06-03T14:20:51-04:00 /aaaaargh/
tinkering

mod_rewrite is determined to kill me. Heres what I managed to figure out: I can use mod_rewrite to rewrite my URLs from ``

http://plannedobsolescence.net/po/post_name

to

http://plannesobsolescence.net/blog/post_name.

And I can, theoretically, use another set of rewrite rules to replace the underscores with hyphens. And then at least many of my inbound links should transfer to the new WordPress permalink scheme.

But!

I couldnt make it work to save my life. It has taken me much of the day yesterday, and most of the day today, with lots of back and forth with someone on my hosting providers forums, to get part one of the rewriting — eliminating the “/” chunk — to work. Im not getting much of anywhere with the rewriting of underscores to hyphens.

One begins to wonder how much trouble is really worth it.