Ver Mensaje Individual
  #5 (permalink)  
Antiguo 14/02/2013, 19:13
phyronx
 
Fecha de Ingreso: mayo-2009
Mensajes: 232
Antigüedad: 15 años
Puntos: 3
Respuesta: Loop al redireccionar en multisitio

Lo consegui!!

wp-config.php

Debe quedar asi:

Código PHP:
Ver original
  1. define('WP_DEBUG', true);
  2.  
  3.  
  4. define('MULTISITE', true);
  5. define('SUBDOMAIN_INSTALL', false);
  6. define('DOMAIN_CURRENT_SITE', 'www.gclimb.com');
  7. define('PATH_CURRENT_SITE', '/bienvenida/');
  8. define('SITE_ID_CURRENT_SITE', 1);
  9. define('BLOG_ID_CURRENT_SITE', 4);
  10.  
  11. define('ADMIN_COOKIE_PATH', '/');
  12.  
  13. define('COOKIE_DOMAIN', '');
  14.  
  15. define('COOKIEPATH', '');
  16.  
  17. define('SITECOOKIEPATH', '');

Lo de las cookies es pq se te jode el login, te crea un loop al intentar loguearte.

Y creo que no toque nada mas... :)