Estoy usando XAMPP para mis pruebas locales. Aunque tengo descomentado en el httpd.conf la linea:
Código:
No funciona este script:LoadModule rewrite_module modules/mod_rewrite.so
Código:
En su lugar me sale el siguiente error:# 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
Código:
Cuando reviso el error log tengo esto: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.
Código:
Por que no esta permitido el ErrorDocument en local, o mejor aun, bajo XAMPP ???. Alguna idea como poner a funcionar los .htaccess localmente ??? [Mon Nov 09 21:50:13 2009] [alert] [client 127.0.0.1] /Applications/xampp/xamppfiles/htdocs/miproyecto/.htaccess: ErrorDocument not allowed here