Foros del Web » Administración de Sistemas » Apache »

500 Internal Server Error

Estas en el tema de 500 Internal Server Error en el foro de Apache en Foros del Web. 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 ...
  #1 (permalink)  
Antiguo 15/02/2011, 15:16
Avatar de 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.
  #2 (permalink)  
Antiguo 16/02/2011, 10:39
 
Fecha de Ingreso: abril-2009
Mensajes: 52
Antigüedad: 15 años
Puntos: 0
Respuesta: 500 Internal Server Error

Siempre el internal server erro 500...
es mala configuracion de htaccess

El tema, es si realmente lo utilizas a eso en tu web, sino eliminalo y listo.

Etiquetas: server
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 10:58.