Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/04/2012, 09:53
eybel
 
Fecha de Ingreso: marzo-2007
Mensajes: 782
Antigüedad: 17 años, 1 mes
Puntos: 16
.htacccess Redirect .301 no funciona en Small Unix con "Network Solutions"

Este es mi codigo, me funcionaba a veces pero ya no, saben si hay alguna limitacion?

que otro metodo bueno puedo usar para redireccionar paginas .htm y .php aparte del de .htaccess sin afectar rankings?

Tengo 10 redirect .301 es eso un problema??
Código PHP:
Options -Indexes

AddHandler server
-parsed .html .htm

RewriteEngine On

AddType video
/ogg .ogv

AddType video
/mp4 .mp4

AddType video
/webm .webm

ErrorDocument 404 
/404.html


Redirect 301 
/index.htm http://pagina-web.com/index.php


<Files index.htm>
AddType application/x-httpd-php .html
AddHandler Extension_Type 
.html .htm .php3 .php4 .php5
Action Extension_Type 
/cgi-bin/php.dat
</Files

<
Files monitor_arms_mounts.htm>
AddType application/x-httpd-php .html
AddHandler Extension_Type 
.html .htm .php3 .php4 .php5
Action Extension_Type 
/cgi-bin/php.dat
</Files>

<
Files ergonomic_keyboards_mouse.htm>
AddType application/x-httpd-php .html
AddHandler Extension_Type 
.html .htm .php3 .php4 .php5
Action Extension_Type 
/cgi-bin/php.dat
</Files>

<
Files keyboards_trays_supports.htm>
AddType application/x-httpd-php .html
AddHandler Extension_Type 
.html .htm .php3 .php4 .php5
Action Extension_Type 
/cgi-bin/php.dat
</Files>

<
Files visibility.htm>
AddType application/x-httpd-php .html
AddHandler Extension_Type 
.html .htm .php3 .php4 .php5
Action Extension_Type 
/cgi-bin/php.dat
</Files
gracias