Permalink Errors with 2.7.1
-
I’ve just set up two blogs:
https://speed.atomicburn.com
https://tribe.atomicburn.comThey both use the same database, but with different $table_prefix and Authentication Unique Keys.
Both seem to work fine, until:
On both, I tried to set the permalink to the second option (Day and name).
On the first blog, it works. On the second blog, I get a 404 error (in fact I get a 404 error if the permalinks are set to other than the Default option).
I tried setting up a 3rd and 4th blog, same again – only the very first one I installed in the database works.
I checked the .htaccess files – they are all identical:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I tried adding the following line at the top, didn’t work:
Options +FollowSymlinks
The wordpress installs are in different folders. Everything else seems to work, with the exception that permalinks only work on the first one I installed.
It’s running under Linux/Apache, and I have yet another wordpress blog installed (in a different database), permalinks work fine on that one also.
Anyone have any ideas how I can fix this?? (other than possibly loading each into a new database?)
Thanks in advance,
–Steve
- The topic ‘Permalink Errors with 2.7.1’ is closed to new replies.