Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/02/2011, 15:16
Avatar de suta123
suta123
 
Fecha de Ingreso: octubre-2010
Mensajes: 47
Antigüedad: 13 años, 6 meses
Puntos: 0
Exclamación 500 Internal Server Error

Mi sitio muestra (algunas veces) el error 500:

Código:
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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
reviso el error_log y no registra el error.

He leido que puede ser una mala modificación de .htaccess en el cual tengo:

Código:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?seccion=$1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-zA-Z0-9_-]+)/$ index.php?seccion=$1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]*)\.php$ index.php?seccion=$1
lo extraño es que aveces me lo muestra y aveces no.

Les agradeceria su ayuda.