Snake Doctor |
12-15-2008 01:57 AM |
easiest way is to create a 404.php and upload it to the theme directory, and then just do the redirect from within that file with something like this
PHP Code:
<?php
header( 'Location: http://www.yoursite.com/where_I_want_them_to_go.html' ) ;
?>
Even though SD's problem is solved, someone will eventually find this thread through search and the resolution wasn't explained very well...and I fucking hate that when I come across something like that.
50 results on google showing threads about "how do I fix this?" and all of them end with the thread starter posting "figured it out....thanks"......and that's it....no solution offered.
It's fucking annoying.
So this post was my contribution to humanity.
|