Permalink: Nightly 2004-01-14
-
I have this nightly: wordpress-2004-01-14.zip
I used to run the 1.0 version, but I couldn’t resist to upgrade. The following problem occurs: I can’t get to get the permalinks to work. This can have two causes:
1. I’m an idiot, and I don’t know how they work. (this could easily be true)
2. Something isn’t working in the nightly.
Besides upgrading to a nightly, I also changed from dir. The weblog isn’t in my root anymore (/) but in a ‘weblog’ dir (/weblog/). I tried different things, like put the htacces in the root, in the ‘weblog’ dir, edited the htacces different times, tried id_post and some other things. It just doesn’t seem to work. In the root with 1.0 I had no problem.
So my question: Where goes the htaccess? In the root (/) or in the weblog dir (/weblog/). And is there a problem in the htaccess:
RewriteEngine On
RewriteBase /weblog/
RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([0-9a-z-]+)?/?([0-9]+)?/?$ /weblog/index.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA]
RewriteRule ^archives/category/?([0-9a-z-]+)?/? /weblog/index.php?category_name=$1 [QSA]
?
The topic ‘Permalink: Nightly 2004-01-14’ is closed to new replies.