Your server is running PHP version 4.4.9 but WordPress 3.2.1 Membangun blog dengan wordpress, software blog sejuta umat karena banyak disuka tapi juga banyak yang jadi korban cracker atau hacker jahat. Wordpress saya kena hack? Jika anda memilih wordpress, siap-siaplah Wordpress anda kena hack....ikuti tips dan trik ini biar gak kena hack.
Posted: Fri Sep 30, 2011 12:50 pm Post subject: Your server is running PHP version 4.4.9 but WordPress 3.2.1
Kasus ini muncul ketika anda menginstall atau upgrade website yang membutuhkan PHP versi 5. Di webhosting kami, beberapa server menggunakan php handler utk mengaktifkan php 5, beberapa sudah diset secara default utk php 5.
Untuk mengatasi kasus ini, anda cukup mengedit file .htaccess.
Untuk membuka file ini, login ke cpanel, kemudian klik File Manager Legacy, pastikan anda mencentang pilihan Show hidden files. Nah di bawah folder www atau public_html itu biasanya ada file .htaccess.
Jika anda tak menemukannya, anda bisa create file sendiri dari menu file manager anda.
Untuk wordpress, biasanya isian file .htaccess nya seperti ini:
Code::
# 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
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum