Visualizzazione dei risultati da 1 a 4 su 4
  1. #1

    Problema istallazione php in windows

    Praticamente ho seguito la guida alla lettera. però ho dei problemi con l'integrazie di php4.4.2 con apache 2.2.2
    praticamente la guida dice che devo modificare il file httpd.conf alla stringa
    #
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    #
    # The index.html.var file (a type-map) is used to deliver content-
    # negotiated documents. The MultiViews Option can be used for the
    # same purpose, but it is much slower.
    #
    DirectoryIndex index.html index.html.var

    ma sul mio c'e

    #
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    #
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>

    #

    Come devo procedere? io ho provato con
    #
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    #
    <IfModule dir_module>
    DirectoryIndex index.html index.php
    </IfModule>

    #
    ma quando avvio apache mi da errore: cannot load c:/php/php4apache2.dll

  2. #2
    up plz aiutatemi!!

  3. #3
    hai controllato se c'è la dll nella cartella?

  4. #4
    prova lasciando il modulo o quelle tre righe che hai come sono e sotto aggiungici

    DirectoryIndex index.html index.html.var index.php

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.