﻿<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress Türkiye Forumları Konu: Kalıcı Bağlantılar Sorunum</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: Kalıcı Bağlantılar Sorunum</description>
<language>en</language>
<pubDate>Sat, 22 Nov 2008 07:23:13 +0000</pubDate>

<item>
<title>NeeL konu: "Kalıcı Bağlantılar Sorunum"</title>
<link>http://www.wordpress-tr.com/forum/topic/4604#post-23762</link>
<pubDate>Sal, 12 Feb 2008 19:54:13 +0000</pubDate>
<dc:creator>NeeL</dc:creator>
<guid isPermaLink="false">23762@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Öncelikle çok teşekkür ederim. Daha önce ;&#60;br /&#62;
&#60;a href=&#34;http://www.wordpress-tr.com/forum/topic/667?replies=9&#34; rel=&#34;nofollow&#34;&#62;http://www.wordpress-tr.com/forum/topic/667?replies=9&#60;/a&#62; linkdeki konuyu okumuştum. Ancak php.ini dosyası oluşturmamıştım. O yüzden olmuyormuş.&#60;br /&#62;
Eğer bu sorunu çeken arkadaşlar olursa, php.ini dosyası oluştursunlar. Yahut ilgili konu başlığında denildiği gibi:&#60;br /&#62;
&#34;Önce &#34;Setup&#34;a girin, sonra da &#34;Services&#34; kısmından &#34;PHP support&#34; seçeneğindeki &#34;run as ISAPI extension&#34; kutucuğuna işaret koyun. Bu yöntemle php.ini olmadan da, kalıcı bağlantı tipini üstte belirttiğim gibi index.php eklenmiş şekilde düzenleyerek, arama motoru dostu bağlantılar elde edebilirsiniz.&#34; yapsınlar.&#60;br /&#62;
Ancak &#34;/index.php/&#34; yi başa koyuyor, yoksa olmuyor. Her neyse şimdilik buna da razı olalım.&#60;br /&#62;
Yeni bir konu açarak yardım istediğim içinde çok özür dilerim.&#60;br /&#62;
&#60;strong&#62;WordPress Türkiye&#60;/strong&#62; seni seviyorum :)
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "Kalıcı Bağlantılar Sorunum"</title>
<link>http://www.wordpress-tr.com/forum/topic/4604#post-23749</link>
<pubDate>Sal, 12 Feb 2008 10:38:55 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">23749@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.wordpress-tr.com/forum/topic/667?replies=9&#34; rel=&#34;nofollow&#34;&#62;http://www.wordpress-tr.com/forum/topic/667?replies=9&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wordpress-tr.com/forum/topic/2496?replies=7&#34; rel=&#34;nofollow&#34;&#62;http://www.wordpress-tr.com/forum/topic/2496?replies=7&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.acemiblogcu.com/neden-yeni-kalici-baglanti-tipi/&#34; rel=&#34;nofollow&#34;&#62;http://www.acemiblogcu.com/neden-yeni-kalici-baglanti-tipi/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Arama = windows kalıcı bağlantı diye aratıp buldum ;)
&#60;/p&#62;</description>
</item>
<item>
<title>h-yaman konu: "Kalıcı Bağlantılar Sorunum"</title>
<link>http://www.wordpress-tr.com/forum/topic/4604#post-23746</link>
<pubDate>Sal, 12 Feb 2008 09:29:59 +0000</pubDate>
<dc:creator>h-yaman</dc:creator>
<guid isPermaLink="false">23746@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Windows hosting için Wordpress'in bu zaafı genel olarak var. Benim çevirme fırsatım olmadı ama &#60;a href=&#34;http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/&#34;&#62;şu&#60;/a&#62; linkte açıklaması olması gerekiyor.
&#60;/p&#62;</description>
</item>
<item>
<title>NeeL konu: "Kalıcı Bağlantılar Sorunum"</title>
<link>http://www.wordpress-tr.com/forum/topic/4604#post-23745</link>
<pubDate>Sal, 12 Feb 2008 07:38:36 +0000</pubDate>
<dc:creator>NeeL</dc:creator>
<guid isPermaLink="false">23745@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Selamun aleyküm.&#60;br /&#62;
Kalıcı bağlantılarımı; /kategori/konuadı yahut /kategori/konuadı.wp yapmak&#60;br /&#62;
istiyorum. Ancak her ikiside olmuyor.&#60;br /&#62;
.htaccess dosyası oluşturdum ve,&#60;/p&#62;
&#60;p&#62;&#60;code&#62;# Begin Plaintext WordPress plugin&#60;br /&#62;
&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;br /&#62;
RewriteCond %{DOCUMENT_ROOT}/wp-content/plaintext/$1 -f&#60;br /&#62;
RewriteRule ^plaintext/(.+)$ /wp-content/plugins/plaintext.php?plaintextpath=$1 [L]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
# End Plaintext WordPress plugin&#60;br /&#62;
&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-f&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME}&#60;br /&#62;
RewriteRule . /index.php [L]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;# BEGIN WordPress&#60;/p&#62;
&#60;p&#62;RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-f&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-d&#60;br /&#62;
RewriteRule . /index.php [L]&#60;/p&#62;
&#60;p&#62;# END WordPress&#60;/p&#62;
&#60;p&#62;Kodlarını tek tek denedim fakat yine bir sonuç alamadım. Kurulumda yahut dosyalarla ilgili bir sorun olduğunu zannetmiyorum.&#60;br /&#62;
Kullanmış olduğum Wordpress sürümü; 2.3.3, Sunucum; Windows.&#60;br /&#62;
Daha önceki kullandığım sürümlerde de aynı sorunu yaşadım.&#60;br /&#62;
Ancak artık bu sorunuma bir çare bulunmasını bekliyorum.&#60;br /&#62;
İlginiz için şimdiden teşekkürler.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
