Wp index.php/index.php sorunun çözümü.

wp kullananlar her zaman şu sorunu sıklıkla yaşar. update yada ilk kurulumda 2ci ve diğer sayfaya tıkladıklarında index.php/index.php şeklinde link hatası alırlar. Bu hatayı aşağıdaki ufak bir işlemle çözebilirsiniz.

wordpres in kurulu olduğu alanda wp-includes/link-template.php dosyası içinde

$result = $base . $request . $query_string;

satırını bul ve altına

$result = str_replace("index.php/Index.php","index.php",$result);

eklediğinizde sorun çözülecektir.

Popularity: unranked [?]

No comments yet.

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Top