1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

Cara Setting Security Joomla

Discussion in 'Mambo/Joomla' started by wiswa, Jul 9, 2008.

  1. wiswa

    wiswa Ads.id Fan

    Joined:
    Jun 12, 2008
    Messages:
    224
    Likes Received:
    3
    Location:
    Denpasar,Bali
    NE BUAT TMEN2 YANG MASIH GAK TW CARANYA SETTING JOOMLA ...AQ DPTNYA DARI JOOMLA-ADDONS.ORG...sorry ya blum diterjemahin...tapi kalian2 pasti ngerti kq..

    Now, to turn register globals off:

    1) locate your php.ini configuration file
    2) look for this line: register_globals = On
    3) change it to: register_globals = Off
    4) safe the file and restart apache

    That is all to keep you a bit safer.

    Now, if you don't have access to your php.ini file, you can try to use a .htaccess file to change this configuration value. Add the following code anywhere in your .htaccess file:

    php_value register_globals off

    Then save the file.

    And last, open globals.php

    Change: define( 'RG_EMULATION', 1 );
    To: define( 'RG_EMULATION', 0 );

    And save the file.


    selamat mencoba ya!!! :komunis:
     
  2. rieand

    rieand Hero

    Joined:
    Jul 7, 2008
    Messages:
    525
    Likes Received:
    14
    maaf2, ane pemula bgt di Joomla, baru aja beberapa menit yg lalu kelar install.

    Cara di atas itu dipake buat atasin masalah ini atau bukan ya? :pusing:
     

Share This Page