Buenos dias. Tengo una aplicación que quiero subir a un servidor gratuito en primera instancia. He probado con los hosting 000webhost.com y 99h.com.ar sin tener exito. Me sale el error 404:
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 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. Mi htaccess <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) app/webroot/$1 [L] </IfModule>Options All Subi todo a la raiz /public_html Sera que no se puede subir a hosting gratuitos?? Alguien me puede ayudar a saber en que estoy fallando?? Muchas gracias de antemano. -- Has recibido este mensaje porque estás suscrito al grupo "CakePHP-es" de Grupos de Google. Para publicar una entrada en este grupo, envía un correo electrónico a [email protected]. Para anular tu suscripción a este grupo, envía un correo electrónico a [email protected] Para tener acceso a más opciones, visita el grupo en http://groups.google.com/group/cakephp-es?hl=es.
