Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/01/2014, 13:33
Avatar de luzzifer
luzzifer
 
Fecha de Ingreso: julio-2009
Ubicación: Paraná - Argentina
Mensajes: 169
Antigüedad: 14 años, 10 meses
Puntos: 3
Pregunta error configurando .htacces en zpanel

Buenas, bueno paso a comentarles que mudo un sitio web basado en joomla, que estaba en un hosting con cpanel a uno que tiene zpanel. y cuando cargo el backup me tira el error

Internal Server Error

Sospecho que debe ser una configuracion en mi archivo .htacces, me gustaria saber si hay algo mal en el y como lo soluciono, desde ya muchas gracias.

Código .htacces:
Ver original
  1. # DO NOT REMOVE THIS LINE AND THE LINES BELOW HOTLINKID:yDeXuVaDym
  2. RewriteEngine On
  3. RewriteCond %{HTTP_HOST} ^siberiaweb\.com [NC]
  4. RewriteRule ^(.*)$ http://www.siberiaweb.com/$1 [L,R=301]
  5. # DO NOT REMOVE THIS LINE AND THE LINES ABOVE yDeXuVaDym:HOTLINKID
  6.  
  7. Options +FollowSymLinks
  8.  
  9. <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
  10. Header set Cache-Control "max-age=604800, public"
  11. </FilesMatch>
  12. RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
  13. RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
  14. RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
  15. RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
  16. RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
  17. RewriteCond %{REQUEST_URI} !^/index\.php
  18. RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
  19. RewriteCond %{REQUEST_FILENAME} !-f
  20. RewriteCond %{REQUEST_FILENAME} !-d
  21. RewriteRule .* index.php [L]