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