Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter twistedtwig

    (@twistedtwig)

    Clayton, your brilliant!!!

    AllowOverride All = The answer!!!

    Thank you for all your help guys.

    Thread Starter twistedtwig

    (@twistedtwig)

    Hi Clayton,

    Thanks for the reply. If I 644 the file I do get that error. If it is 777 it says it is saved. Even if it is 777 and I try and view the site (used CTRL + F5) I still get the server error.

    Thread Starter twistedtwig

    (@twistedtwig)

    I just saw another post about permalinks that was saying their .htaccess file was not being updated. So I thought I would check if mine was.

    When I first looked at it it was blank (apart from two comments, begin and end). I changed the links to:

    /%year%/%monthnum%/%day%/%postname%/

    and I get the 404

    Not Found

    The requested URL /2008/05/25/blog-site-released/ was not found on this server.
    Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.3 mod_perl/2.0.2 Perl/v5.8.8 Server at csjblog.houseofhawkins.com Port 80

    When I look at the .htaccess file now it has more in it:

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

    So I am confused again now 🙁

Viewing 3 replies - 1 through 3 (of 3 total)