He tenido algunos problemas desde que me mude al hosting de godaddy, el asunto es que yo tenia una web de subir archivos en banahosting.com, luego me mude a godaddy con el plan deluxe, pero ahora no me funciona el .htaccess cuando pongo el archivo como lo tenia en el otro hosting, me sale el error :
500 Internal Server Error:
Cita:
pues este error no se porque es, bueno aqui les dejo como es que tengo el .htaccess que me funcionaba lo mas bien en banahosting pero ahora en godaddy no me funciona:Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator 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.
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator 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:
La version del php:RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d ## Evitar que se liste el contenido de los directorios Options All -Indexes ## Lo mismo que lo anterior IndexIgnore * DirectoryIndex index.php RewriteRule ^contactos/$ contactos.php [L,NC,QSA] RewriteRule ^terminosdeservicio/$ terminosservicios.php [L,NC,QSA] RewriteRule ^faq/$ faq.php [L,NC,QSA] RewriteRule ^actualizaciones/$ news.php [L,NC,QSA] RewriteRule ^sendemail/$ send.php [L,NC,QSA] RewriteRule ^registrarse/$ registrar.php [L,NC,QSA] RewriteRule ^registro_usuario/$ insertar_new_user.php [L,NC,QSA] RewriteRule ^login/$ login.php [L,NC,QSA] RewriteRule ^uploadpremium/$ uploadpremium.php [L,NC,QSA] RewriteRule ^uploadbeta/$ uploadbeta.php [L,NC,QSA] RewriteRule ^uploadfree/$ uploadfree1.php [L,NC,QSA] RewriteRule ^misarchivos/$ misarchivos.php [L,NC,QSA] RewriteRule ^miperfil/$ miperfil.php [L,NC,QSA] RewriteRule ^logout/$ logout.php [L,NC,QSA] RewriteRule ^search/$ search.php [L,NC,QSA] RewriteRule ^autentificar/$ autentificar.php [L,NC,QSA] RewriteRule ^recuperar/$ recuperar.php [L,NC,QSA] RewriteRule ^admin/$ admin/index.php [L,NC,QSA] RewriteRule ^admin/listaarchivos/$ admin/lista_file_upload.php [L,NC,QSA] RewriteRule ^admin/usuariosreg/$ admin/ver_registros_user.php [L,NC,QSA] RewriteRule ^admin/deletefile/$ admin/borrar_file.php [L,NC,QSA] RewriteRule ^admin/msjadmin/$ admin/mensajeadmin.php [L,NC,QSA] ## Mostrar Error 404 ErrorDocument 404 http://www.vm-download.com/404.html
PHP VERSION 5.3
Me tiene al cojer la loma, quisiera que me ayuden con eso Gracias...