• Resolved naike

    (@naike)


    My .htaccess file on my local server gets edited by wp just fine, but when I click links (e.g. …/sample-artice/) I get 404d..

    My .htaccess looks like this thouhgh:

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

    So it should be working?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permalinks not working .htaccess working though’ is closed to new replies.