Results 1 to 5 of 5

Thread: Wordpress 404

  1. #1
    Traffic Guru Buzzman's Avatar
    Join Date
    Dec 2005
    Location
    In A House
    Posts
    435

    Default Wordpress 404

    Does anybody know how to get rid of that fucking default 404 page and let htaccess direct the root?

    Is there a pluging to do it?

  2. #2
    Since 2002... Oracle Porn's Avatar
    Join Date
    Jun 2007
    Posts
    338
    ICQ: 94399723
    Looking for TUBE/MGP/TGP trades ~ Selling Partner Accounts (%90 renewal rate) ADULT AFFILIATES & WEBMASTERS
    I ♥ WEBAIR

  3. #3
    Traffic Guru Buzzman's Avatar
    Join Date
    Dec 2005
    Location
    In A House
    Posts
    435

    Default

    That shows you how to edit a default 404 page.

    I want to redirect to my index.php not fuck around with a 404.php.

  4. #4
    I need help
    Join Date
    Jun 2009
    Posts
    42

    Default

    Put this in yopur .htaccess or server config.

    ErrorDocument 404 /index.php

  5. #5
    Traffic Guru Buzzman's Avatar
    Join Date
    Dec 2005
    Location
    In A House
    Posts
    435

    Default

    In case anybody wants to know how to do it. Edit your 404.php:

    <?php
    header("Status: 301 Moved Permanently");
    header("Location:http://www.mysite.com/");

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •