How To Find Your PHP.INI Come trovare il tuo php.ini
I often come across this question: Where is my php.ini located? Ho spesso venire attraverso questa domanda: Dove è il mio php.ini trova? Here is a simple solution. Qui è una soluzione semplice.
To find out which php.ini your apache server is using please follow the steps below: Per saperne di php.ini che il vostro server Apache sta utilizzando si prega di seguire le seguenti operazioni:
1. Type in the following in a file named say test.php and save it in document root of your webserver, normally htdocs for apache: Digitare il seguente in un file chiamato test.php dire e salvarlo nel documento principale del tuo server web, normalmente htdocs di apache:
2. Load the file in your browser. Caricare il file nel browser. For example if you access your home page like: Per esempio se si accedere alla tua home page come:
http://
3. Search for php.ini in the response text. Ricerca di php.ini nel testo di risposta. On that line you will find the full path to your php.ini Sulla linea che troverete il percorso completo per il tuo php.ini
Filed under Elencato sotto How To Come , PHP , Tech Note Nota tech , Web , Web Services Servizi Web | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | questo articolo |
Email this Article Invia questo articolo
You may also like to read Si può anche leggere come |





November 16th, 2005 at 11:43 pm 16 novembre 2005 alle 11.43 pm
[...] 1. [...] 1. Open php.ini (How to find it?) 2. Aperto php.ini (Dove?) 2. Search for zend.ze1_compatibility_mode 3. Ricerca di zend.ze1_compatibility_mode 3. Change it to Off as shown below zend.ze1_compatibility_mode = Off 4. Cambiarlo in Off come mostrato di seguito zend.ze1_compatibility_mode = Off 4. Save php.ini and restart Apache [...] Salva php.ini e riavviare Apache [...]
December 6th, 2006 at 7:33 pm 6 dicembre 2006 a 7:33 pm
facing problem in file attachment upload in any browser. problema di fronte a caricare file in allegato con qualsiasi browser. Please seggest me the solution. Vi preghiamo di seggest me la soluzione.