Setelah seting permalink menu atau link yang lain malah blank atau muncul not found, berikut cara untuk mengatasinya:
1. Login ke cpanel
2.File manager>>public_html
3.Pada file htacces, edit, isikan scrip di bawah ini dan save
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Lihat gambar:
Wednesday, 12 February 2014
Permalink
21:34
No comments
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment