upgrade to 3.0

This commit is contained in:
Kathleen Fitzpatrick
2024-10-14 19:27:15 -04:00
parent e8f8a543de
commit 655ad0ded8
1988 changed files with 47081 additions and 263 deletions

View File

@@ -0,0 +1,24 @@
---
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.