.htacces yolunu denedim ama kodları doğru mu yerleştirdim bilmiyorum...

Alıntı
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# no spam
RewriteCond %{THE_REQUEST} \?(ref=.*)?\ HTTP [NC]
RewriteRule .? http://www.mikro-pc.com%{REQUEST_URI}? [R=301,L]
# no spam
Doğru yerleştirmiş miyim bi bakar mısınız?