Problemi çözdüm arkadaşlar teşekkür ederim. Şimdi tek sıkıntım şu kaldı. http://siteadresi.com olarak kullanmak istiyorum. yani kişi www.siteadresi.com şeklinde de girse siteadresi.com yönlenmesini istiyorum. .htaccess dosyasına eklenmesi gereken kodu ekledim fakat bir sonuç alamadım.

htaccess dosyam şu şekilde;
Options -MultiViews +FollowSymlinks -Indexes

#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
# MediaTemple, it is known to cause random Internal Server
# errors. For MediaTemple, please remove the block below
#

# Turn off mod_security filtering.
SecFilterEngine Off

# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off


#
# MyBB "search engine friendly" URL rewrites
# - Note, for these to work with MyBB please make sure you have
# the setting enabled in the Admin CP and you have this file
# named .htaccess
#

RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.site\.net [NC]
RewriteRule ^([^&]*)&(.*)$ http://site.net/ $1?$2 [L,QSA,R=301]
ErrorDocument 404 /misc.php?google_seo_error=404
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]
RewriteRule ^([^./]+)\-f\.html$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]
RewriteRule ^([^./]+)\-k\.html$ showthread.php?google_seo_thread=$1 [L,QSA,NC]
RewriteRule ^duyuru\-([^./]+)\.html$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]
RewriteRule ^([^./]+)\-u\.html$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]
RewriteRule ^takvim\-([^./]+)\.html$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]
RewriteRule ^etkinlik\-([^./]+)\.html$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]


SetEnv SEO_SUPPORT 1



#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#

AddOutputFilterByType DEFLATE application/javascript text/css text/html text/xml


# Note: You are able to choose a different name in the Admin CP. If you've done that you need to change it here too

Order Deny,Allow
Deny from all




Forumun genel ayarları kısmındaki site adreslerinden de www sildim ama bir sonuca ulaşamadım. Ayarlar bu şekilde olunca istediğim gibi sadece siteadresi.com oluyor ama www.siteadresi.com şeklinde yazınca yönlenme olmuyor ona da giriyor.

Ben istiyorum ki wmaracındaki gibi olsun. yani www.wmaraci.com yazınca www silinip siteye giriyor ama bende böyle olmuyor :D