Wordpress Permalink 404 error

Discussion in 'WordPress' started by Kamiru, Nov 29, 2008.

  1. #1
    My permalink shows 404 error on my site, how can I fix this?

    edit: fixed.

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

    # END WordPress

    THEN CHANGE PERMISSIONS TO 666.
     
    Kamiru, Nov 29, 2008 IP