Viewing 3 replies - 1 through 3 (of 3 total)
  • Johnb81

    (@johnb81)

    Hi Exploiter,

    In the .htaccess which can be found in the root of your WordPress installation add the following code:

    ErrorDocument 404 /[pathtopage]/[page]

    Replace [pathtopage] and [page] entries with real values, i.e. the new 404 error page you will be using.

    Basically you are instructing your web server that each time someone requests a non existing URL, instead of forwarding him or her to the default 404 error page, the user is redirected to the newly specified 404 page.

    If you do not see .htaccess file via FTP, make sure your FTP client is configured to show hidden files. If there isn’t any, create a new one.

    Thread Starter Exploiter

    (@exploiter)

    Thank you So Much Johnb81 That Did it

    Johnb81

    (@johnb81)

    Great. It would be good if you can mark this post as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘page not found’ is closed to new replies.