Ancak http://forum.siteismi.com yazdığımda,www.siteismi.com yönlendiriyor. http://siteismi.com yönlendirme yaptığım için :)
Sanırım sorunu anlatabildim?
.htaccess yönlendirme kısmı
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_HOST} fizygame\.com [nc]
RewriteRule (.*) http://www.fizygame.com/ $1 [R=301,L]