• Hey,

    I have a problem with the 404 in my site.
    I didn’t build the site, just fixing some issues there.
    I’m using the default permalink structure, and have a 404.php in my theme folder.
    My .htaccess:

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

    The problem is:
    when I change the URL to /?page_id=”page number that doesn’t exist” – I get the 404 page,
    but when I just write some letters (e.g. /sjkhdk) I get the home page (I want them both to get to the 404 page).
    Any ideas?

    Thanks,
    Tal

Viewing 1 replies (of 1 total)
  • Hi,
    Try to remove the .htaccess file, if you are using the default structure you don’t need it.
    Then you can check to see if that was the one that caused the issue.
    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘404 problem’ is closed to new replies.