Forums

Where should my 404.php page be located? (3 posts)

  1. mindwarp2000
    Member
    Posted 3 years ago #

    I've discovered I have some 404 pages.

    /wp-content/themes/default/404.php
    /wp-content/themes/MyTheme/404.php

    However if I call these pages

    http://www.mysite.com/wp-content/themes/MyTheme/404.php
    http://www.mysite.com/wp-content/themes/default/404.php

    The pages don't work.
    I get this error.

    Fatal error: Call to undefined function get_header() in...

    Help!

  2. whooami
    Member
    Posted 3 years ago #

    thats where they go, and thats NOT how theyre called.

    thats the equvalent of trying to load wp-content/themes/MyTheme/index.php in a browser. do it, and youll see the same error.

    those files are not intended to be called in a browser that way.

  3. mindwarp2000
    Member
    Posted 3 years ago #

    What path do I specify in my website settings for the error page?

    Thanks so far.

Topic Closed

This topic has been closed to new replies.

About this Topic