Ver Mensaje Individual
  #6 (permalink)  
Antiguo 26/06/2008, 11:23
nncazador
 
Fecha de Ingreso: diciembre-2004
Mensajes: 245
Antigüedad: 19 años, 4 meses
Puntos: 2
Respuesta: Como enviar newsletter?

He instalado en mi web PHPlist, desde Fantastico, lo instale en esta direccion (miweb.com/newsletter/) pero no puedo vizualizar el PhpList me sale este error:
Cita:
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.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at www.miweb.com Port 80
Tiene que ver algo el archivo .htaccess

Cita:
DirectoryIndex index.php

<FilesMatch "\.(php|inc)$">
Order allow,deny
deny from all
</FilesMatch>
<FilesMatch "(index.php|dl.php|ut.php|lt.php|download.php) $">
Order allow,deny
allow from all
</FilesMatch>
php_flag magic_quotes_gpc on
Que es lo que esta mal, o porque no funciona.