• Hei,
    When i type in mydomain.com/a (any character) WordPress “helps” me by displaying a page that starts with the character after “/”, instead of throwing the 404.php, as I want.
    Is there a way of preventing this? If a user type in mydomain.com/ab i don’t want to display the about-me page but throw the user the 404.php

    thx
    Stian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Stian B Pedersen,

    I have found that the permalink settings to be useful in solving many 404 page related problems. If you are on your dashboard, click Settings -> Permalinks and then try changing the “Common Settings” to
    Post name instead of the default value.

    Example:
    Post Name : http://localhost/wordpress/sample-post/

    If that doesn’t solve your problem, there is also documentation on the Codex for solving 404 related problems.

    http://codex.wordpress.org/Creating_an_Error_404_Page

    I hope this helps resolve your issue.

    Have a wonderful day,

    Jameson Nuss

    Thread Starter Stian B Pedersen

    (@stian4000)

    Hi Jameson,
    I have changed the permalinks to postName and read the codex on this matter, without being able to solve this issue.

    Eksamples (translations may be lacking at this point, but Obs means 404)

    http://bring.julekalender.com/abcd – page doesnt exist and 404 is called upon correctly
    http://bring.julekalender.com/a – page doesnt exist, a page that begins with letter ‘a’ gets fetched. Good intensions, but not what I need on this project.

    Any other ideas? Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘If path is wrong display 404 page’ is closed to new replies.