Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/02/2011, 19:27
Avatar de atlanticadigital
atlanticadigital
 
Fecha de Ingreso: agosto-2008
Ubicación: Buenos Aires - Argentina
Mensajes: 1.417
Antigüedad: 15 años, 8 meses
Puntos: 128
Respuesta: redirección 301

Podes implementarlo sin problemas. Editarias el htaccess asi:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.dominioviejo.com$ [NC]
RewriteRule ^(.*)$ http://www.dominionuevo.com/$1 [R=301,L]

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /android/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /android/index.php [L]
</IfModule>

# END WordPress

Saludos.
__________________
AtlanticaDigital.net
Web Hosting
Hosting Reseller