• Hey guys,

    I am confused. When I try to connect to other site than home I will get 404

    Configuration:

    Windows Server / Plesk Onyx / WordPress 5.3.2-de_DE
    Permalinks postname

    Doesn′t matter if the url end with or without slash.

    Any ideas?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello!

    Did you recently do a migration of your site maybe?

    Before doing these changes, I’d suggest you generate a backup forsafety.

    First of all, try changing the configuration of your permalinks. Try changing it to plain or custom.
    Disable your .htaccess and import the default .htaccess file to see if there were any misconfigurations there.

    And if that does not work, go through your themes and plugins, or simply try and disable them for a while to see if that could be the cause ??

    Thread Starter nowustec

    (@nowustec)

    Hey Valentine,

    No migration was done.

    I changed now the permalinks to plain (Post ID) and it work. When go back to postname the problem comes again.

    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

    Even when Disable ALL Plugins by rename folder problem still exist.

    This is what I mean, confused me fully.

    Thread Starter nowustec

    (@nowustec)

    Honestly not all sites working, some have no real ID cause plugin created.

    So anyway need to go back to postname but this is the matter now what will grill my mind

    Did you try custom structure with %postname% tag?
    Also, check your error log among files to see any entries about this

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘thousands of 404 except the Home’ is closed to new replies.