Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/07/2010, 04:20
Avatar de nicojaure
nicojaure
 
Fecha de Ingreso: mayo-2004
Ubicación: Buenos Aires
Mensajes: 49
Antigüedad: 20 años, 8 meses
Puntos: 0
Respuesta: Rewrite .com a .com.ar

copio el htaccess completo

Código Apache:
Ver original
  1. # Aquí armo los permalinks que funcionan correctamente
  2. RewriteEngine On
  3. RewriteBase /
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. RewriteRule . /index.php [L]
  7.  
  8. # Esta es la parte donde trato de cambiar el nombre de dominio cuando ingresan por el .com
  9. RewriteCond %{HTTP_REFERER} !^[url]http://nombredelsitio.com[/url] [NC]
  10. RewriteCond %{HTTP_REFERER} !^[url]http://www.nombredelsitio.com[/url] [NC]
  11. RewriteRule ^.*$ [url]http://www.nombredelsitios.com.ar/[/url] [R,L]

Gracias por el interés
__________________
www.nicojaure.com.ar