Permalink / htaccess RC3
-
Hello everybody. I have upgraded to RC3-2.0 from 1.5.2. Before upgrade I made backups from .htaccess and the database. The problem is the following: When updating the permalink structure Wp remove all the rewrite rules I had before in 1.5.2. and leaves almost a blank file :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>
# END WordPressSo all my rewrite rules as I had them in 1.5.2. are dissapeared and I cannot acces all my pages and sub-pages because of redirection to the index-page.
Putting the old htaccess file back works but this isn’t the solution. I used the following permalinkstructure :
archives/%year%/%monthnum%/%day%/%postname%/.
Is this a RC3 problem / Or a bug? Or will it be solved in the difinite version
Anybody?
Greetings Mazalien
- The topic ‘Permalink / htaccess RC3’ is closed to new replies.