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

Error interno del servidor

Estas en el tema de Error interno del servidor en el foro de Apache en Foros del Web. Hola, tengo lo siguiente en mi .htaccess @import url("http://static.forosdelweb.com/clientscript/vbulletin_css/geshi.css"); Código Apache: Ver original ErrorDocument 404 http://anuncios.eu5.es/content/ 404 .php < IfModule mod_rewrite.c> RewriteEngine on RewriteBase http://anuncios.eu5.es/ ...
  #1 (permalink)  
Antiguo 28/12/2010, 07:28
 
Fecha de Ingreso: noviembre-2010
Mensajes: 1.242
Antigüedad: 13 años, 5 meses
Puntos: 73
Error interno del servidor

Hola, tengo lo siguiente en mi .htaccess

Código Apache:
Ver original
  1. ErrorDocument 404 http://anuncios.eu5.es/content/404.php
  2. <IfModule mod_rewrite.c>
  3. RewriteEngine on
  4. RewriteBase http://anuncios.eu5.es/
  5. RewriteRule ^([0-9]+)$ index.php?page=$1 [L]
  6. RewriteRule ^install/$ install/ [L]
  7. RewriteRule ^admin/$ admin/index.php [L]
  8. RewriteRule ^rss/$ content/feed-rss.php [L]
  9. RewriteRule ^manage/$ content/item-manage.php [L]
  10. RewriteRule ^publicar-un-nuevo-anuncio.htm content/item-new.php [L]
  11. RewriteRule ^contacto.htm content/contact.php [L]
  12. RewriteRule ^condiciones.htm content/terms.php [L]
  13. RewriteRule ^poltica-de-privacidad.htm content/privacy.php [L]
  14. RewriteRule ^mapa-del-sitio.htm content/site-map.php [L]
  15. RewriteRule ^bsqueda-avanzada.htm content/search.php [L]
  16. RewriteRule ^mapa.htm content/map.php [L]
  17. RewriteRule ^abrir-una-cuenta-nueva.htm content/account/register.php [L]
  18. RewriteRule ^conectar.htm content/account/login.php [L]
  19. RewriteRule ^desconectarse.htm content/account/logout.php [L]
  20. RewriteRule ^olvid-mi-contrasea.htm content/account/recoverpassword.php [L]
  21. RewriteRule ^configuracin.htm content/account/settings.php [L]
  22. RewriteRule ^mi-cuenta/$ content/account/index.php [L]
  23. RewriteRule ^oferta/(.+)/(.+)/$ index.php?category=$1&type=0&location=$2 [L]
  24. RewriteRule ^oferta/(.+)$ index.php?category=$1&type=0  [L]
  25. RewriteRule ^demanda/(.+)/(.+)/$ index.php?category=$1&type=1&location=$2 [L]
  26. RewriteRule ^demanda/(.+)$ index.php?category=$1&type=1 [L]
  27. RewriteRule ^anuncios/(.+)/$ index.php?location=$1 [L]
  28. RewriteRule ^(.+)/(.+)/(.+)/$ index.php?category=$2&location=$3 [L]
  29. RewriteRule ^(.+)/(.+)/$ index.php?category=$2 [L]
  30. RewriteRule ^categora/(.+) $1/ [R=301,L]
  31. RewriteRule ^(.+)/$ index.php?category=$1 [L]
  32. RewriteRule ^(.+)/(.+)/([0-9]+)$ index.php?category=$2&page=$3 [L]
  33. RewriteRule ^(.+)/([0-9]+)$ index.php?category=$1&page=$2 [L]
  34. RewriteCond %{REQUEST_FILENAME} !-f
  35. RewriteCond %{REQUEST_FILENAME} !-d
  36. RewriteRule ^(.+)/(.+)/(.+)/(.+)$ /$3/$4-$1.htm [R=301,L]
  37. RewriteRule ^(.+)/(.+)/(.+)-([0-9]+).htm$  item.php?category=$2&item=$4 [L]
  38. RewriteRule ^(.+)/(.+)-([0-9]+).htm$  item.php?category=$1&item=$3 [L]
  39. </IfModule>

El servidor, al entrar me manda un error. ¿Que falla en este código?
__________________
:)
  #2 (permalink)  
Antiguo 28/12/2010, 11:39
 
Fecha de Ingreso: noviembre-2010
Mensajes: 1.242
Antigüedad: 13 años, 5 meses
Puntos: 73
Respuesta: Error interno del servidor

Ya solucioné el problema...

Gracias a nadie
__________________
:)

Etiquetas: interno, servidores
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 19:19.