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

25 lines
949 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: AAAAARGH!
date: '2007-06-03T14:20:51-04:00'
permalink: /aaaaargh/
tags:
- 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.