How To Find Your PHP.INI Cómo encontrar tu php.ini
I often come across this question: Where is my php.ini located? A menudo encontramos con esta pregunta: ¿Dónde está mi php.ini? Here is a simple solution. Aquí hay una solución simple.
To find out which php.ini your apache server is using please follow the steps below: Para saber que su php.ini servidor Apache está utilizando, por favor siga los siguientes pasos:
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: Escribe lo siguiente en un archivo llamado test.php decir y guárdelo en el documento raíz de su servidor web, normalmente htdocs de apache:
2. Load the file in your browser. Cargar el fichero en su navegador. For example if you access your home page like: Por ejemplo, si usted accede a su página principal como:
http://
3. Search for php.ini in the response text. Buscar php.ini en la respuesta de texto. On that line you will find the full path to your php.ini En esa línea se encuentra la ruta completa a su php.ini
Filed under Filed under How To Cómo , PHP , Tech Note Nota técnica , Web , Web Services Web Services | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | este artículo |
Email this Article Enviar artículo
You may also like to read También puede leer |




November 16th, 2005 at 11:43 pm 16 de noviembre de 2005, a las 11:43 pm
[...] 1. [...] 1. Open php.ini (How to find it?) 2. Abrir php.ini (¿cómo encontrarlo?) 2. Search for zend.ze1_compatibility_mode 3. Buscar zend.ze1_compatibility_mode 3. Change it to Off as shown below zend.ze1_compatibility_mode = Off 4. Cambiar a Off como se indica a continuación zend.ze1_compatibility_mode = Off 4. Save php.ini and restart Apache [...] Guardar php.ini y reiniciar Apache [...]
December 6th, 2006 at 7:33 pm 6 de diciembre de 2006, a las 7:33 pm
facing problem in file attachment upload in any browser. problema que enfrenta a cargar el archivo adjunto en cualquier navegador. Please seggest me the solution. Por favor, me seggest la solución.