# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Bu kodları içine yapıştırıp kaydedin . Sonra ftpde ana dizine ( public_html veya httpdocs ) not defterini atın . Attıktan sonra adını .htaccess olarak değiştirin.