• I changed my permalinks to “/%category%/%postname” then added a

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

    To my .htaccess file and it’s not working, I’m getting 404s.

Viewing 1 replies (of 1 total)
  • Try resetting your custom permalinks back to the default setting. If that works, then try reading Using_Permalinks before setting a custom permalink structure back up again.

Viewing 1 replies (of 1 total)
  • The topic ‘Error with permalinks’ is closed to new replies.