-
March 13th, 2010, 09:05 AM
#1
Traffic Guru
- Rep Power
- 0
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, 09:10 AM
#2
Since 2002...
- Rep Power
- 0
-
March 13th, 2010, 09:30 AM
#3
Traffic Guru
- Rep Power
- 0
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, 09:37 AM
#4
I need help
- Rep Power
- 0
Put this in yopur .htaccess or server config.
ErrorDocument 404 /index.php
-
March 14th, 2010, 12:22 PM
#5
Traffic Guru
- Rep Power
- 0
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