Ver Mensaje Individual
  #6 (permalink)  
Antiguo 13/12/2011, 09:45
Yoi
 
Fecha de Ingreso: noviembre-2008
Mensajes: 144
Antigüedad: 15 años, 5 meses
Puntos: 2
Respuesta: Ocultar errores de php

Hola iviamontes, acabo de poner las lineas que me pasaste
## Seguridad extra para PHP
php_flag safe_mode on
php_flag expose_php off
php_flag display_errors off
pero al mirar en mi pagina el siguiente mensaje 500:

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.


Sera que me hace falta alguna otra configuración?