404.php
<?php
@header('HTTP/1.1 404 Not Found', true, 404);
get_header(); ?>
<div id="main"><div class="wrap cf">
<div id="content" role="main">
<div id="post-0" class="post post-404 not-found">
<div id="entry-header">
<h1 class="entry-title"><?php _e('NERESİ BURASI !', 'dp'); ?></h1>
</div>
<div class="entry-content">
<p>
<?php printf(__('<strong>Ne kadar üzgün olduÄumuzu bilemezsiniz, fakat aradıÄınız sayfayı daÄ taÅ tepe her yerde aradık ama bulamadık.</strong><br />Yinede bu sayfaya hayran kaldıysanız, bolca vakit geçirmenizi diliyoruz.<br />yada ana sayfaya gidin <a href="%1$s">anasayfa</a>.', "dp"), home_url()); ?>
</p>
</div>
</div><!-- #post-0 -->
</div><!-- end #content -->
<?php get_sidebar(); ?>
</div></div><!-- end #main -->
<?php get_footer(); ?>Htacesten de yonlendiremedim direk 404.php yi görüyor şu şekilde yaptım
ErrorDocument 404 http://www.siteismi.com/
404.shtml
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>404 Not Found</TITLE> </HEAD><BODY> <H1>Not Found</H1> The requested URL <!--#echo var="REQUEST_URI" --> was not found on this server. <HR> <I><!--#echo var="HTTP_HOST" --></I> </BODY></HTML>