Single Post Blank?

Ada suatu kasus dimana homepage tampil normal, sedangkan ketika single post diklik yang ada hanya blank, bahkan error 404.

Jika hal ini terjadi, maka langkah terdekat adalah dengan merubah permalinknya. Jika mash gagal, ganti file .htaccess  dengan yang ini
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

 
semoga berhasil
Share on Google Plus

About JackSparrow

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 komentar:

Post a Comment