• 09-03-2007, 17:40:09
    #1
    Üyeliği durduruldu
    arkadaşlar chmodları nasıl ayarlayacağız? yani hangi dosyalar kurulumdan sonra ne olmalı?
  • 10-03-2007, 01:06:34
    #2
    Eposta Aktivasyonu Gerekmekte
    Joomla resmi sitesinde aşağıdaki ayarların yeterli olacağı yazılmış.

    Alıntı
    change the permissions of the
    images/,
    media/,
    uploadfiles/
    administrator/backups …. directories to 707, this should be done recursively:
    chmod -R 707 images
    chmod -R 707 media
    chmod -R 707 uploadfiles
    chmod -R 707 components
    chmod -R 707 languages
    chmod -R 707 modules
    chmod -R 707 templates
    chmod -R 707 administrator/backups
    chmod -R 707 administrator/components
    chmod 744 configuration.php
    Ek olarak bu ayarları joomla admin panelinden değilde FTP programı kullanarak yapmanızı tavsiye ederim.
  • 10-03-2007, 01:06:41
    #3
    klasörler 755 ( administrator mesela )
    dosyalar 644 ( configuration.php mesela )

    Ayrıca hostun destekliyorsa, chmod ayarları ile uğraşmana gerek kalmıyor..