Htaccess – Internal Server Error
-
Buenas,
No se que ha pasado pero WP no me dejaba insertar imágenes, las subía pero me daba error Http. Buscando en el foro me decían que modificara el Htaccess incluyendo unas lineas, pero al hacerlo el blog ha dejado de funcionar con este mensaje:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@cenicientacinderella.motorbikecargo.com to inform them of the time this error occurred, and the actions you performed just before this 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.
Lo que inclui en el Htacess fue:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
Y fue cuando apareció el internal error.
Lo modifique a través del plugin htacess
La verdad es que ando de cabeza con el tema y no doy con la solución, alguien me puede ayudar por favor?.
Tengo conexión con el server, por lo que descarto esto.
La web es:
cenicientacinderella.com
La página con la que necesito ayuda: [accede para ver el enlace]
El debate ‘Htaccess – Internal Server Error’ está cerrado a nuevas respuestas.