﻿<?xml version="1.0"?><!-- 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ı Etiket: 404</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Etiket: 404</description>
<language>en</language>
<pubDate>Fri, 29 Aug 2008 02:37:30 +0000</pubDate>

<item>
<title>deliblog konu: "404 ve internal hataları"</title>
<link>http://www.wordpress-tr.com/forum/topic/7043#post-33825</link>
<pubDate>Per, 21 Aug 2008 17:22:52 +0000</pubDate>
<dc:creator>deliblog</dc:creator>
<guid isPermaLink="false">33825@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Merhabalar. Blogumda sürekli 404 ve internal hataları alıyorum.&#60;br /&#62;
Örneğin yazı ekliyorum internal hatası alıyorum ara sıra. Bazen bu hata olmuyor.Bazen ekliyorum internal veriyor fakat yazıo gözüküyor bazen yazı yayınlanmıyor.&#60;/p&#62;
&#60;p&#62;Sunucu ile alakalı olduğunu düşünmüyorum.Blog resellerzoom'da yayınlanıyor. Aynı sunucuda wordpress kullanan arkadaşlarımdan öğrendiğim kadarıyla onların başına böyle birşey gelmemiş. .htaccess veya cgi'nin fazla yüklenmesinden olabileceğini söylediler.&#60;/p&#62;
&#60;p&#62;Sizce sorun nerede? Başka bir sunucuya geçmelimiyim.
&#60;/p&#62;</description>
</item>
<item>
<title>TahaSari konu: "Permalinks Sorunu ...."</title>
<link>http://www.wordpress-tr.com/forum/topic/6289#post-30945</link>
<pubDate>Cum, 27 Jun 2008 16:05:43 +0000</pubDate>
<dc:creator>TahaSari</dc:creator>
<guid isPermaLink="false">30945@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;sorunumu sık sorulan sorular bölümüne bakarak çözdüm.&#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;br /&#62;
Teşekkürler&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;uyari&#34;&#62; Biz teşekkür ederiz. Uzun bir süre sonra birine uyari yapmak zorunda kalmadığım için ayrıca teşekkür ederim.. &#60;strong&#62;[eylültoprak] &#60;/strong&#62;&#60;/div&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>TahaSari konu: "Permalinks Sorunu ...."</title>
<link>http://www.wordpress-tr.com/forum/topic/6289#post-30944</link>
<pubDate>Cum, 27 Jun 2008 15:50:16 +0000</pubDate>
<dc:creator>TahaSari</dc:creator>
<guid isPermaLink="false">30944@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Selam.Yeni blog kurdum fakat  blogumun permalinks ayarlarını /%postname%/ şeklinde yaptığımda yazdığım yazılarara anasayfada tıkladığımda Not Found&#60;/p&#62;
&#60;p&#62;The requested URL /2008/06/26/hello-world/ was not found on this server.&#60;/p&#62;
&#60;p&#62;Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.&#60;/p&#62;
&#60;p&#62;gibi bir hata çıkıyor.Fakat default yaptığımda (.com/?p=123 şeklinde) sorun çıkmıyor ben bunu düzeltmek istiyorum nasıl düzeltebilirim? Teşekkürler...
&#60;/p&#62;</description>
</item>
<item>
<title>azkural konu: "Yorum ekleyemiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/5446#post-27409</link>
<pubDate>Cum, 25 Apr 2008 18:45:51 +0000</pubDate>
<dc:creator>azkural</dc:creator>
<guid isPermaLink="false">27409@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Evet sorunun kaynağını da buldum. wolkancanın bir makalesinde (güvenlik için di galiba ) bulduğum .htaccess dosyasına eklenen şu kod sebep oluyormuş.&#60;br /&#62;
Kalıcı bağlantılar için eklenen kodla uyuşmuyor.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;# protect the htaccess file&#60;br /&#62;
&#38;lt;files .htaccess&#38;gt;&#60;br /&#62;
order allow,deny&#60;br /&#62;
deny from all&#60;br /&#62;
&#38;lt;/files&#38;gt;&#60;br /&#62;
# disable the server signature&#60;br /&#62;
ServerSignature Off&#60;br /&#62;
# limit file uploads to 10mb&#60;br /&#62;
LimitRequestBody 10240000&#60;br /&#62;
# protect wpconfig.php&#60;br /&#62;
&#38;lt;files wp-config.php&#38;gt;&#60;br /&#62;
order allow,deny&#60;br /&#62;
deny from all&#60;br /&#62;
&#38;lt;/files&#38;gt;&#60;br /&#62;
#who has access who doesnt&#60;br /&#62;
order allow,deny&#60;br /&#62;
#deny from 000.000.000.000&#60;br /&#62;
allow from all&#60;br /&#62;
#custom error docs&#60;br /&#62;
ErrorDocument 404 /notfound.php&#60;br /&#62;
ErrorDocument 403 /forbidden.php&#60;br /&#62;
ErrorDocument 500 /error.php&#60;br /&#62;
# disable directory browsing&#60;br /&#62;
Options All -Indexes&#60;br /&#62;
#redirect old to new&#60;br /&#62;
Redirect 301 /old.php &#60;a href=&#34;http://www.yourdomain.com/new.php&#34; rel=&#34;nofollow&#34;&#62;http://www.yourdomain.com/new.php&#60;/a&#62;&#60;br /&#62;
#block referring domains&#60;br /&#62;
RewriteEngine on&#60;br /&#62;
RewriteCond %{HTTP_REFERER} digg\.com [NC]&#60;br /&#62;
RewriteRule .* - [F]&#60;br /&#62;
#disable hotlinking of images with forbidden or custom image option&#60;br /&#62;
RewriteEngine on&#60;br /&#62;
RewriteCond %{HTTP_REFERER} !^$&#60;br /&#62;
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com/.*$ [NC]&#60;br /&#62;
#RewriteRule \.(gif&#124;jpg)$ - [F]&#60;br /&#62;
#RewriteRule \.(gif&#124;jpg)$ &#60;a href=&#34;http://www.yourdomain.com/stealingisbad.gif&#34; rel=&#34;nofollow&#34;&#62;http://www.yourdomain.com/stealingisbad.gif&#60;/a&#62; [R,L]&#60;br /&#62;
# php compression - use with caution&#60;br /&#62;
&#38;lt;ifmodule mod_php4.c&#38;gt;&#60;br /&#62;
php_value zlib.output_compression 16386&#60;br /&#62;
&#38;lt;/ifmodule&#38;gt;&#60;br /&#62;
# set the canonical url&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteCond %{HTTP_HOST} ^yourdomain\.com$ [NC]&#60;br /&#62;
RewriteRule ^(.*)$ &#60;a href=&#34;http://www.yourdomain.com/$1&#34; rel=&#34;nofollow&#34;&#62;http://www.yourdomain.com/$1&#60;/a&#62; [R=301,L]&#60;br /&#62;
# protect from spam comments&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteCond %{REQUEST_METHOD} POST&#60;br /&#62;
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*&#60;br /&#62;
RewriteCond %{HTTP_REFERER} !.*yourdomain.com.* [OR]&#60;br /&#62;
RewriteCond %{HTTP_USER_AGENT} ^$&#60;br /&#62;
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]&#60;/p&#62;
&#60;/blockquote&#62;</description>
</item>
<item>
<title>azkural konu: "Yorum ekleyemiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/5446#post-27407</link>
<pubDate>Cum, 25 Apr 2008 17:29:44 +0000</pubDate>
<dc:creator>azkural</dc:creator>
<guid isPermaLink="false">27407@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Sorunu çözdüm. Sorunun kaynağı neymiş derseniz bilmiyorum.&#60;br /&#62;
Tüm tabloları sıfırladım. Daha önce hiç ellemediğim wp-content klasörünü silip, wp 2.5 i tekrar kurdum. Sorun düzeldi. Yedeklerimi geri yükledim. Şu an için tek kaybım yaklaşık 100 kişi olan üyelerim. Şimdi eski pluginleri deneyerek tek tek kuracağım.
&#60;/p&#62;</description>
</item>
<item>
<title>azkural konu: "Yorum ekleyemiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/5446#post-27375</link>
<pubDate>Per, 24 Apr 2008 17:47:40 +0000</pubDate>
<dc:creator>azkural</dc:creator>
<guid isPermaLink="false">27375@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;Bu arada o sondaki ip numarası benim ip numarammış. Sizde de aynısı mı oluyor? &#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Evet bende de aynısı oluyor. Daha önce dikkat etmiştim. Dediğiniz gibi. Kalıcı bağlantıları da kaldırdım fakat yine de değişen birşey olmadı.&#60;/p&#62;
&#60;p&#62;canarkadaş,  şu an herşeyi tamamen siliyorum. Sıfırdan 2.5 yükleyeceğim.&#60;br /&#62;
wp-config dosyası eski olacak sadece. Birde öyle deneyeyim. Nasılsa yedeğim var.&#60;br /&#62;
Daha sonra da hostingle görüşeceğim.
&#60;/p&#62;</description>
</item>
<item>
<title>yakupgov konu: "Yorum ekleyemiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/5446#post-27373</link>
<pubDate>Per, 24 Apr 2008 17:25:30 +0000</pubDate>
<dc:creator>yakupgov</dc:creator>
<guid isPermaLink="false">27373@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Kalıcı bağlantı ayarlarınızı kaldırıp, deneyin. İlginçtir yorumu gönder dediğimde &#60;a href=&#34;http://www.fenvadisi.com/%5ehttp://78.160.49.65/$&#34; rel=&#34;nofollow&#34;&#62;http://www.fenvadisi.com/%5ehttp://78.160.49.65/$&#60;/a&#62; gibi bir adrese yönlendirildi. Belki kalıcı bağlantılardan ya da hostla ilgili bir problem olabilir. Bu arada o sondaki ip numarası benim ip numarammış. Sizde de aynısı mı oluyor?
&#60;/p&#62;</description>
</item>
<item>
<title>canarkadas konu: "Yorum ekleyemiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/5446#post-27362</link>
<pubDate>Per, 24 Apr 2008 16:22:36 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">27362@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Sıfır veritabanında bu hatayı vermemesi lazım, sanırım veritbanınızda hata oluştu bunu gidermeniz gerekir, sürüm yükseltmeden önce aldığınız yedeği ve eski 2.3 dosyalarını geri yüklemelisiniz, yaptım diyeceksiniz ama bir yerde hata var..
&#60;/p&#62;</description>
</item>
<item>
<title>azkural konu: "Yorum ekleyemiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/5446#post-27350</link>
<pubDate>Per, 24 Apr 2008 12:07:02 +0000</pubDate>
<dc:creator>azkural</dc:creator>
<guid isPermaLink="false">27350@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Evet tabloları buldum. Gözümü kararttım, hepsini sildim. Yedeği geri yükledim. Kayıtlı kullanıcılarımın hepsini kaybettim. Buna rağmen değişen birşey olmadı.&#60;/p&#62;
&#60;p&#62;En sonunda wp 2.3  tr sürümüne geri döndüm. Ama ne yazık ki sorun devam ediyor. Delirmemek işten değil. Bu nasıl bir sorundur ya...&#60;br /&#62;
Eklentileri etkisizleştiriyorum. Tabloları sıfırlıyorum. Siteyi baştan kuruyorum. Temayı varsayılana döndürüyorum. Ayarları kontrol ediyorum, daha ne yapabilirim ?
&#60;/p&#62;</description>
</item>
<item>
<title>azkural konu: "Yorum ekleyemiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/5446#post-27332</link>
<pubDate>Per, 24 Apr 2008 01:07:25 +0000</pubDate>
<dc:creator>azkural</dc:creator>
<guid isPermaLink="false">27332@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;language klasörünü sildim değişen bir şey olmadı.&#60;br /&#62;
yükseltme adımlarını 2-3 kere tekrarlamıştım zaten daha önce.&#60;br /&#62;
şimdi veritabanına gidip tabloların nerde olduğunu arayacağım bulursam sileceğim. Bakalım ne olacak.&#60;br /&#62;
2.3 sürümüne dönmek istemem doğrusu.&#60;br /&#62;
Ayrıca bu saatte burada insanlara yardım etmeye çalıştığınız için teşekkür ederim.
&#60;/p&#62;</description>
</item>
<item>
<title>canarkadas konu: "Yorum ekleyemiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/5446#post-27329</link>
<pubDate>Per, 24 Apr 2008 00:55:35 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">27329@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;O klasörün yedeğini alıp, silip deneyin, veritabanlarında phpmyadminden tablolara ulaşabilirsiniz, bu hata sürüm yükseltmeden sonra meydana geldiyse, yükseltmede hata yaptınız, &#60;a href=&#34;http://www.wordpress-tr.com/belgeler/S%C3%BCr%C3%BCm_y%C3%BCkseltme&#34;&#62;yükseltme adımları&#60;/a&#62;nı tekrarlayın, düzelmezse sanırım &#60;a href=&#34;http://www.wordpress-tr.com/forum/topic/5365?replies=7#post-27013&#34;&#62;2.3 e geri dönmelisiniz&#60;/a&#62;, sitenizde yorumlar kapalı..
&#60;/p&#62;</description>
</item>
<item>
<title>azkural konu: "Yorum ekleyemiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/5446#post-27326</link>
<pubDate>Per, 24 Apr 2008 00:31:50 +0000</pubDate>
<dc:creator>azkural</dc:creator>
<guid isPermaLink="false">27326@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.wordpress-tr.com/belgeler/S%C3%BCr%C3%BCm_y%C3%BCkseltme&#34;&#62;burada&#60;/a&#62; yazan herşeyi harfiylen yaptım.&#60;/p&#62;
&#60;p&#62;CleanOptions eklentisini kullanarak ne buldumsa sildim.( dediğiniz tabloları sildiğimi düşünerek) Bunun dışında tabloları nasıl nerden sileceğimi bilmiyorum.&#60;/p&#62;
&#60;p&#62;2.3 tr sürümünde wp-content klasöründeki languages klasörü neyse hala aynı, hiç ellemedim. Sorun devam ediyor.&#60;br /&#62;
İncelemek isterseniz sitem &#60;a href=&#34;http://fenvadisi.com&#34;&#62;burda&#60;/a&#62;&#60;br /&#62;
 Şu an hiçbir eklenti aktif değil.
&#60;/p&#62;</description>
</item>
<item>
<title>canarkadas konu: "Yorum ekleyemiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/5446#post-27325</link>
<pubDate>Per, 24 Apr 2008 00:15:47 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">27325@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Tüm ihtimalleri yazmışsınız, eski dil dosyaları ile Türkçeleştirme yaptıysanız bundan da olabilir, tüm Wordpress dosyalarınızın orijinalini bir kaç kez sunucuya gönderin, yine düzelmezse 2.5 ile uyumlu olmayan bir eklentinin oluşturduğu bir tablo, eklenti etkisizleştirilse bile bu hataya neden olabilir, düzelmezse; veritabanında eklentilere ait tablolarıda siliniz..
&#60;/p&#62;</description>
</item>
<item>
<title>azkural konu: "Yorum ekleyemiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/5446#post-27322</link>
<pubDate>Çar, 23 Apr 2008 23:16:34 +0000</pubDate>
<dc:creator>azkural</dc:creator>
<guid isPermaLink="false">27322@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;2.5 sürümünü kullanıyorum. Bütün eklentileri etkisizleştirdiğim ve klasik temaya döndüğümde bile yorum ekleyemiyorum. Site de herşey normal gözüküyor, yorumu yazıyorum, gönder diyorum, 404 hatası veriyor. Admin ve includes klasörünü yeniden yükledim ama değişen birşey olmadı.
&#60;/p&#62;</description>
</item>
<item>
<title>theson konu: "robots.txt  ile 404 sayfaları kapama"</title>
<link>http://www.wordpress-tr.com/forum/topic/5342#post-26915</link>
<pubDate>Sal, 15 Apr 2008 00:40:46 +0000</pubDate>
<dc:creator>theson</dc:creator>
<guid isPermaLink="false">26915@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Ben düzenlemek ile alakalı bir şey sormadım yanlış anlamayın bilen varsa yanıtlasın..
&#60;/p&#62;</description>
</item>
<item>
<title>baha konu: "robots.txt  ile 404 sayfaları kapama"</title>
<link>http://www.wordpress-tr.com/forum/topic/5342#post-26914</link>
<pubDate>Sal, 15 Apr 2008 00:22:43 +0000</pubDate>
<dc:creator>baha</dc:creator>
<guid isPermaLink="false">26914@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Tamam, zaten ben de adsense ile alakalı olan kısmını söledim, adı üstünde (kırık bağlantı) ya da invalid html bu size yardımcı olur sanırım bulun ve düzeltin... &#60;/p&#62;
&#60;p&#62;biraz uğraşmanız gerekecek... kolay gelsin!
&#60;/p&#62;</description>
</item>
<item>
<title>theson konu: "robots.txt  ile 404 sayfaları kapama"</title>
<link>http://www.wordpress-tr.com/forum/topic/5342#post-26910</link>
<pubDate>Pts, 14 Apr 2008 23:55:00 +0000</pubDate>
<dc:creator>theson</dc:creator>
<guid isPermaLink="false">26910@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Sorum mail atması değil.. Üstte yazıyor farklı bir şey sordum mail atma durumu adsense ile alakalı bir şey google webmasters tools sayfa istatistiklerimde 741 kırık bağlantı görmüş bunları düzeltmemi istedi..
&#60;/p&#62;</description>
</item>
<item>
<title>baha konu: "robots.txt  ile 404 sayfaları kapama"</title>
<link>http://www.wordpress-tr.com/forum/topic/5342#post-26909</link>
<pubDate>Pts, 14 Apr 2008 23:20:57 +0000</pubDate>
<dc:creator>baha</dc:creator>
<guid isPermaLink="false">26909@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Demek istediğinizi tam olarak anlayamadım google size kırık bağlantılarınızın olduğunu bunları kapatmanız gerektiği hakkında mı bir mail attı...
&#60;/p&#62;</description>
</item>
<item>
<title>theson konu: "robots.txt  ile 404 sayfaları kapama"</title>
<link>http://www.wordpress-tr.com/forum/topic/5342#post-26908</link>
<pubDate>Pts, 14 Apr 2008 23:06:48 +0000</pubDate>
<dc:creator>theson</dc:creator>
<guid isPermaLink="false">26908@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Bulunamadı 741 Ayrıntılar »&#60;/p&#62;
&#60;p&#62;kategori değiştirmemden kaynaklanan bir sorun permalink redirect eklentisi ile yönlendirme yapıcaktım fakat 2.3.3 te çalışmadı neyse robots.txt ile bu alanı nasıl kaparım google bunları görmesin bugün mail aldım siteniz tam değil eksik diye bu yüzden inceledim google robots ile kaparsınız diye gördüm nedir tam olarak bunun kodu ?&#60;/p&#62;
&#60;p&#62;benim robots.txt böyle;&#60;/p&#62;
&#60;p&#62;User-Agent: *&#60;br /&#62;
Disallow: /wp/wp-content/&#60;br /&#62;
Sitemap: &#60;a href=&#34;http://&#34; rel=&#34;nofollow&#34;&#62;http://&#60;/a&#62; &#60;a href=&#34;http://www.&#34; rel=&#34;nofollow&#34;&#62;www.&#60;/a&#62; websiteadi .com/sitemap.xml
&#60;/p&#62;</description>
</item>
<item>
<title>cYcLoNe konu: ".htaccess içine 404 sayfasını monte etme."</title>
<link>http://www.wordpress-tr.com/forum/topic/4806#post-24664</link>
<pubDate>Çar, 27 Feb 2008 14:51:57 +0000</pubDate>
<dc:creator>cYcLoNe</dc:creator>
<guid isPermaLink="false">24664@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Merhaba bilindiği üzere .htaccess sayfasının kodu şu :&#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} !-d&#60;br /&#62;
RewriteRule . /index.php [L]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;bu wp koduna nasıl 404 leri benim istedigim url ye yonlendirebilirim? icerik sildimde eski indexli sayfadaki hitleri benim belirlediğim url ye cekmek istiyorum.&#60;/p&#62;
&#60;p&#62;ErrorDocument 404 /index.php&#60;br /&#62;
ekledim ama olmadı.
&#60;/p&#62;</description>
</item>
<item>
<title>peex konu: "/wp-admin/ 404 hatası veriyor"</title>
<link>http://www.wordpress-tr.com/forum/topic/4413#post-22826</link>
<pubDate>Pts, 28 Jan 2008 07:47:22 +0000</pubDate>
<dc:creator>peex</dc:creator>
<guid isPermaLink="false">22826@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Burası gayet güzel çalışıyor ama :)&#60;br /&#62;
&#60;a href=&#34;http://www.dogancanulker.com/wp-login.php&#34; rel=&#34;nofollow&#34;&#62;http://www.dogancanulker.com/wp-login.php&#60;/a&#62;&#60;br /&#62;
Fakat o sayfanın da css dosyası gözükmüyor sanırım. Basit html haliyle çıkıyor sayfa. Bu durumda wp-admin klasörünün heralde ismi değişmiş. ftp den bi gir bak istersen.
&#60;/p&#62;</description>
</item>
<item>
<title>dogancanulker konu: "/wp-admin/ 404 hatası veriyor"</title>
<link>http://www.wordpress-tr.com/forum/topic/4413#post-22821</link>
<pubDate>Pts, 28 Jan 2008 01:55:38 +0000</pubDate>
<dc:creator>dogancanulker</dc:creator>
<guid isPermaLink="false">22821@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Merhaba,&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.dogancanulker.com/wp-admin/&#34; rel=&#34;nofollow&#34;&#62;www.dogancanulker.com/wp-admin/&#60;/a&#62; yönetim kısmına erişemiyorum. 404 hatası veriyor. Bu durum aniden oldu. Kalan her şey normal çalışıyor.&#60;/p&#62;
&#60;p&#62;Bu bir hack durumu mudur? Nasıl düzeltebilirim?
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "Wordpress 2.3'de Ana Yazı Sayfasının Bulunamaması"</title>
<link>http://www.wordpress-tr.com/forum/topic/3278#post-16961</link>
<pubDate>Cts, 13 Oct 2007 23:58:02 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">16961@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.wordpress-tr.com/forum/topic/3278?replies=11#post-16844&#34;&#62;burda yazdığınız mesaja göre&#60;/a&#62; bu işlerimlerin web host tarafından yapılması gerektiğine yönelik.&#60;/p&#62;
&#60;p&#62;madem yurt dışından host alacaksınız dreamhost varken neden yahoo.. geçmiş olsun başka bir çözümü'de malesef yok sorunuzun.
&#60;/p&#62;</description>
</item>
<item>
<title>canarkadas konu: "Wordpress 2.3'de Ana Yazı Sayfasının Bulunamaması"</title>
<link>http://www.wordpress-tr.com/forum/topic/3278#post-16847</link>
<pubDate>Cum, 12 Oct 2007 15:51:38 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">16847@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Yahoo kullanan arkadaşların yanıtını bekleyin veya forumda yahoo kelimesini aratın.&#60;br /&#62;
&#60;em&#62;Mesajlarınızı 15 dakikalık zaman aralığında yeniden düzenleyebilirsiniz.&#60;/em&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dogukansavas konu: "Wordpress 2.3'de Ana Yazı Sayfasının Bulunamaması"</title>
<link>http://www.wordpress-tr.com/forum/topic/3278#post-16846</link>
<pubDate>Cum, 12 Oct 2007 15:26:48 +0000</pubDate>
<dc:creator>dogukansavas</dc:creator>
<guid isPermaLink="false">16846@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Evet internetteki araştırmalarım göstermiştirki yahoo'dan bir sürü insan şikayetçi çoğu bırakıyor.
&#60;/p&#62;</description>
</item>
<item>
<title>dogukansavas konu: "Wordpress 2.3'de Ana Yazı Sayfasının Bulunamaması"</title>
<link>http://www.wordpress-tr.com/forum/topic/3278#post-16845</link>
<pubDate>Cum, 12 Oct 2007 15:21:18 +0000</pubDate>
<dc:creator>dogukansavas</dc:creator>
<guid isPermaLink="false">16845@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Biraz araştırma ile Drupal'ın böyle bir sorun yaşadığı ve şöyle bir düzenleme de bulunduğu yazılmış:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://drupal.org/node/32490&#34; rel=&#34;nofollow&#34;&#62;http://drupal.org/node/32490&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dogukansavas konu: "Wordpress 2.3'de Ana Yazı Sayfasının Bulunamaması"</title>
<link>http://www.wordpress-tr.com/forum/topic/3278#post-16844</link>
<pubDate>Cum, 12 Oct 2007 15:18:27 +0000</pubDate>
<dc:creator>dogukansavas</dc:creator>
<guid isPermaLink="false">16844@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Bu arada Yahoo'un konu ile açıklamsı şu şekilde:&#60;/p&#62;
&#60;p&#62;.htaccess (Hypertext Access)&#60;br /&#62;
The name .htaccess refers to the main configuration file for Apache, a popular open-source HTTP server. The .htaccess file can be used to create custom error pages and web page redirects, set up password protection, enable SSI, and more. Yahoo! does not currently allow you to upload .htaccess files to your account. For other customization options, we recommend the Custom Error Pages and password-protection features available in your Web Hosting Control Panel.&#60;/p&#62;
&#60;p&#62;Şimdi bu yahoo da asla Wordpress kurulamayacağı anlamına mı geliyor?
&#60;/p&#62;</description>
</item>
<item>
<title>dogukansavas konu: "Wordpress 2.3'de Ana Yazı Sayfasının Bulunamaması"</title>
<link>http://www.wordpress-tr.com/forum/topic/3278#post-16843</link>
<pubDate>Cum, 12 Oct 2007 15:14:18 +0000</pubDate>
<dc:creator>dogukansavas</dc:creator>
<guid isPermaLink="false">16843@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;bu arada alan Yahoo'dan.
&#60;/p&#62;</description>
</item>
<item>
<title>dogukansavas konu: "Wordpress 2.3'de Ana Yazı Sayfasının Bulunamaması"</title>
<link>http://www.wordpress-tr.com/forum/topic/3278#post-16842</link>
<pubDate>Cum, 12 Oct 2007 15:08:05 +0000</pubDate>
<dc:creator>dogukansavas</dc:creator>
<guid isPermaLink="false">16842@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;şimdi size ilginç birşeyden bahsedeceğim. Dediğinizi yaptığımda&#60;br /&#62;
Durum:	'/dogukansavas/blog/htaccess.txt.txt' ismi '/dogukansavas/blog/.htaccess' olarak değiştiriliyor&#60;br /&#62;
Komut:	RNFR htaccess.txt.txt&#60;br /&#62;
Cevap:	350 File exists, ready for destination name&#60;/p&#62;
&#60;p&#62;hata mesejını alıyorum. Yani dosya var diyor. Bu arada Filezilla'dan gizli dosyaları göster de dedim. Lakin ortada halen .htaccess diye bir dosya gözükmüyor.
&#60;/p&#62;</description>
</item>
<item>
<title>canarkadas konu: "Wordpress 2.3'de Ana Yazı Sayfasının Bulunamaması"</title>
<link>http://www.wordpress-tr.com/forum/topic/3278#post-16841</link>
<pubDate>Cum, 12 Oct 2007 14:51:08 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">16841@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Sunucunuza (Wordpress dosyalarınızın olduğu ana dizine, resimde olduğu gibi) htaccess.txt diye bir dosya oluşturup atın, orada ismini .htaccess diye değiştirip &#60;a href=&#34;http://www.wordpress-tr.com/forum/topic/2072?replies=7#post-11234&#34;&#62;izinlerini de 777 yapın&#60;/a&#62;, dahası ve sunucunuz Windows ise &#60;a href=&#34;http://www.acemiblogcu.com/neden-yeni-kalici-baglanti-tipi/&#34;&#62;burayı&#60;/a&#62; okuyun.&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://img476.imageshack.us/img476/5639/94039471dx2.png&#34; alt=&#34;ImageShack&#34; /&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
