Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Reset your desired permalink from wordpress admin area and add this code in htaccess of your blog/site:

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

    After that have a check with blog posts and pages.

    Thanks,

    Shane G.

    Hi,

    I am having the same problem on https://www.anyalynn.com, but I have pages not posts. I changed the .htaccess file as you suggested above, but I still only get 404s on my website. If I change back to permalinks it works fine.

    Thread Starter scobb99

    (@scobb99)

    Thanks Shane. I think the problem was my .htaccess file. For one thing it was located in wp-admin directory. I moved it to the blog root and it seems to be working.

    I also had the syntax of the custom permalink entered wrong but fixing that did not fix the problem so I’m thinking it was the .htaccess.

    I don’t normally panic but this one was weird, totally hiding my pages for a while there.

    Thanks for the prompt response.

    S.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help: Permanlinks broke my links’ is closed to new replies.