Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/11/2009, 19:58
Avatar de junihh
junihh
 
Fecha de Ingreso: febrero-2004
Ubicación: República Dominicana
Mensajes: 997
Antigüedad: 20 años, 10 meses
Puntos: 7
.htaccess en local con XAMPP no funciona

Hola señores

Estoy usando XAMPP para mis pruebas locales. Aunque tengo descomentado en el httpd.conf la linea:

Código:
LoadModule rewrite_module modules/mod_rewrite.so
No funciona este script:

Código:
# Error pages
ErrorDocument 400 /error.php?pagerr=400
ErrorDocument 401 /error.php?pagerr=401
ErrorDocument 403 /error.php?pagerr=403
ErrorDocument 404 /error.php?pagerr=404
ErrorDocument 500 /error.php?pagerr=500
En su lugar me sale el siguiente error:

Código:
Internal Server Error

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.
Cuando reviso el error log tengo esto:

Código:
[Mon Nov 09 21:50:13 2009] [alert] [client 127.0.0.1] /Applications/xampp/xamppfiles/htdocs/miproyecto/.htaccess: ErrorDocument not allowed here
Por que no esta permitido el ErrorDocument en local, o mejor aun, bajo XAMPP ???. Alguna idea como poner a funcionar los .htaccess localmente ???
__________________
JuniHH
- Mi blog
- Mi portafolio

Última edición por junihh; 09/11/2009 a las 20:04