The MU forums have moved to WordPress.org

Blog Problem (8 posts)

  1. amnesiak
    Member
    Posted 17 years ago #

    This is an odd issue, a while back I asked a few people on here to help with some tests, since then I've changed nothing with the site, HOWEVER it is extremely strange that you cannot open anything in people's blogs, only their main page shows up.

    Go to http://www.iktib.com

    Choose any blog, try to view a post or a comment, it says page doesn't exist.

    Does anybody have a fix for this strange occurance?

  2. andrea_r
    Moderator
    Posted 17 years ago #

    But did your host move stuff around?

  3. amnesiak
    Member
    Posted 17 years ago #

    no they didn't, which is the odd thing.
    I did everything myself and copied things over letter per letter.

    You see this applies to even NEW blogs.

  4. amnesiak
    Member
    Posted 17 years ago #

    could it be a permalink problem?
    I noticed it was set not at default.
    However, despite changing it back nothing seems to be fine.

    Can somebody give me an ideal .htaccess?

  5. amnesiak
    Member
    Posted 17 years ago #

    well I've fixed the problem myself.

    If someone in the future is having problems with the blogs
    not displaying properly after changing or having a change in the permalinks.

    Create a .htaccess file and put this in it

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

  6. drmike
    Member
    Posted 17 years ago #

    WPMU normally creates that file on installation.

  7. amnesiak
    Member
    Posted 17 years ago #

    perhaps it's because I've been using and testing MU since the beginning and been upgrading ever since rather than doing fresh installs.

  8. drmike
    Member
    Posted 17 years ago #

    Might be. I was wondering why it didn't get generated. Also the htaceess file layout was recreated a few months ago.

    At least it's working now.

About this Topic