-
March 13th, 2010, 10:05 AM
#1
Traffic Guru
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?
-
March 13th, 2010, 10:10 AM
#2
Since 2002...
-
March 13th, 2010, 10:30 AM
#3
Traffic Guru
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.
-
March 13th, 2010, 10:37 AM
#4
Put this in yopur .htaccess or server config.
ErrorDocument 404 /index.php
-
March 14th, 2010, 01:22 PM
#5
Traffic Guru
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
-
Forum Rules