mattmartz
Forum Replies Created
-
Forum: Your WordPress
In reply to: All permalinks point to home pagesolution:
I originally had an older version of wordpress on my paid for server, and wp-blog-header.php in the root folder was at fault (or at least, it was the only file i noticed had a significant file size change between versions). anyways it works now, hope this helps someone else
Forum: Your WordPress
In reply to: All permalinks point to home pageI’m having a same problem, but different circumstances. I’m migrating from a personal server to a paid one. Links worked fine on the personal one but now all permalinks direct to the home page. Can’t seem to find anything wrong with the htaccess file.
I’m migrating from: https://martz.blogdns.org:8081/
and to https://blog.mattmartz.com/I’m using this as my permalink structure (for both):
/archive/%year%/%monthnum%/%day%/%postname%/and this is what’s in the htaccess file for the blog.mattmartz.com subdomain:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule># END WordPress
I’m running a VERY heavily modified (and incomplete) K2 theme under wordpress 2.0
I did notice that when I added a page to the site, some lines were added above the htaccess code, but when i updated the permalink structure they disappeared again.
I’ve been trying to figure this out all day, thanks for any help.
~M
edit: the links that don’t work are pages (at the top), clicking the titles of the posts, using the previous navigation (there is no next cause it’s on the front page), and the rss links at the bottom… and that’s all there’s really access to. I have a feeling it’s either the theme (which was working before) or a plugin is screwing something up.