Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^siteniz.com [nc]
rewriterule ^(.*)$ http://www.siteniz.com/ $1 [r=301,nc]
PHP için 301 yönlendirmesi
?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.siteniz.com " );
?>