Merhaba
Windows Serverleri biraz araştırdım.Google seo kurulumundan sonra web config dosyasınıza aşağıdaki kodları düzenleyerek ekleyebilir misiniz?
Windows Serverleri biraz araştırdım.Google seo kurulumundan sonra web config dosyasınıza aşağıdaki kodları düzenleyerek ekleyebilir misiniz?
Kod:
<rule name="rule 1Y" stopProcessing="true">
<match url="^([^&]*)&(.*)$" />
<action type="Rewrite" url="/http://site-adresiniz.com/{R:1}?{R:2}" appendQueryString="true" />
</rule>
<rule name="rule 2Y" stopProcessing="true">
<match url="^sitemap\-([^./]+)\.xml$" ignoreCase="true" />
<action type="Rewrite" url="/misc.php?google_seo_sitemap={R:1}" appendQueryString="true" />
</rule>
<rule name="rule 3Y" stopProcessing="true">
<match url="^forum\-([^./]+)$" ignoreCase="true" />
<action type="Rewrite" url="/forumdisplay.php?google_seo_forum={R:1}" appendQueryString="true" />
</rule>
<rule name="rule 4Y" stopProcessing="true">
<match url="^konu\-([^./]+)\.html$" ignoreCase="true" />
<action type="Rewrite" url="/showthread.php?google_seo_thread={R:1}" appendQueryString="true" />
</rule>
<rule name="rule 5Y" stopProcessing="true">
<match url="^duyuru\-([^./]+)\.html$" ignoreCase="true" />
<action type="Rewrite" url="/announcements.php?google_seo_announcement={R:1}" appendQueryString="true" />
</rule>
<rule name="rule 6Y" stopProcessing="true">
<match url="^uye\-([^./]+)\.html$" ignoreCase="true" />
<action type="Rewrite" url="/member.php?action=profile&google_seo_user={R:1}" appendQueryString="true" />
</rule>
<rule name="rule 7Y" stopProcessing="true">
<match url="^takvim\-([^./]+)\.html$" ignoreCase="true" />
<action type="Rewrite" url="/calendar.php?google_seo_calendar={R:1}" appendQueryString="true" />
</rule>
<rule name="rule 8Y" stopProcessing="true">
<match url="^etkinlik\-([^./]+)\.html$" ignoreCase="true" />
<action type="Rewrite" url="/calendar.php?action=event&google_seo_event={R:1}" appendQueryString="true" />
</rule>
