Bilgisayarinda 1 tane htaccess.txt olustur icine asagidaki kodu yapistir

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

# END WordPress
Sonra hostuna wpnin bulundugu ana dizine at, ismini .htaccess olarak degistir ve CMOD 777 ver.