Thread
:
wordpress 404 solution, is there one?
View Single Post
12-18-2007, 03:16 AM
V_RocKs
Damn Right I Kiss Ass!
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,409
go to your theme directory that hold the theme you are using.
Either copy index.php to 404.php or create your own with something like:
Code:
<? header("Location: http://www.yourotherpage.com"); ?>
V_RocKs
View Public Profile
Visit V_RocKs's homepage!
Find More Posts by V_RocKs