• 29-04-2010, 22:32:15
    #1
    Üyeliği durduruldu
    /home/xxx/public_html/domain.org/mailer/.htaccess: Invalid command 'php_value',

    arkadaşlar bir script satın aldım. tüm adımlara göre kurulumu yaptım
    herşey okey
    ancak bu hatayı alıyorum

    host : resellerzoom.com da.
    onlara sordum ama ilgilenmiyorlar kurulum vs işleri ile

    acaba hostum .htacess desteklemiyor olabilirmi?

    anlamadığım için soruyorum
  • 29-04-2010, 22:34:28
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    htaccesste php_value kullanmana izin vermiyorlar hocam
  • 29-04-2010, 22:35:40
    #3
    Üyeliği durduruldu
    o ne demek ki?
  • 29-04-2010, 22:39:35
    #4
    galiba htaccess ile upload_max, post_max ya da memory limit değerine müdahele etmek istiyorsun bunun yapılmasını istemiyorlar. htaccess dosyasında php_value ile alakalı yerleri kopyalarsan anlarız durumu
  • 29-04-2010, 22:42:39
    #5
    Üyeliği durduruldu
    valla benim bir yere müdahale etme isteğim yok hiç bilmem kodlama
    scriptin hazır kurulumu var web üzerinden.onu yaptım
    son adımda bu hatayı aldım
    htcaess dosyasını nasıl açacagım ki?
  • 29-04-2010, 22:43:44
    #6
    notdefteri ile açıp php_value ile başlayan satırlara # koyun.
  • 29-04-2010, 22:44:34
    #7
    yok hocam sen müdahele etmek istiyorsun demek istemedim. belkide scriptin ihtiyacı olan birşeydir htaccess ile eklemişlerdir. ftpden bilgisayarına gönder notepad ile açabilirsin ya da başka bir editör ile sende olan
  • 29-04-2010, 22:44:54
    #8
    Üyeliği durduruldu
    hah sağolsun çözdüler sanırım. aşağıdaki cevap gelmiş
    -------------------
    The problem was the php directive at the .htaccess.
    The server uses suPHP so the php directives should be used in a local php.ini instead of .htaccess.
    I commented the line at the .htaccess and created a php.ini with the default_charset directive set as utf-8 in the same directory.

    Everything should be working fine now.
    The site is up again.
  • 29-04-2010, 22:47:01
    #9
    hermesyus adlı üyeden alıntı: mesajı görüntüle
    hah sağolsun çözdüler sanırım. aşağıdaki cevap gelmiş
    -------------------
    The problem was the php directive at the .htaccess.
    The server uses suPHP so the php directives should be used in a local php.ini instead of .htaccess.
    I commented the line at the .htaccess and created a php.ini with the default_charset directive set as utf-8 in the same directory.

    Everything should be working fine now.
    The site is up again.
    suphp kullandıkları için php.inide o ayarlar sadece yapılabiliyormuş htaccesste yemez diyor. gerekli ayarları php.inide halletmiş şimdi sorunsuz çalışır diyor