.htaccess dosyasına alttaki şekilde ekleme yapınız.
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
AddType application/xml .xsl
# END WordPress
Daha sonra ekteki sitemap.xsl dosya içeriği ile değiştiriniz.
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
XML Sitemap
XML Sitemap
This is a XML Sitemap which is supposed to be processed by search engines like Google, MSN Search and YAHOO.
It was generated using the Blogging-Software WordPress and the Google Sitemap Generator Plugin by Arne Brachhold.
You can find more information about XML sitemaps on sitemaps.org and Google's list of sitemap programs.