• I currently have 1 post on my website. When I click read more or the post title, it tries to navigate to here and fails. I’ve seen the other posts about permalinks needing to be unique, I get that. I added the post-id to the permalink (even though I’d like to get rid of it and simply make sure that no post ever has the same name). Anyone know what’s going on? I almost feel like this is something on the server end…? Your help is much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • check if htaccess file exists and has proper code inserted in it..

    Thread Starter tubaguy50035

    (@tubaguy50035)

    This is what is in .htaccess

    # 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

    Do I need an entry under sites-enabled?

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