Another one with too many redirects
-
Hi all,
Im trying to configure a multisite on this domain: https://intranet.cds.com.br/intra/
But, as my topic say, i’m getting this annoying too many redirect . I’ve trying some solutions that you guys have posted here, but nothing works. Can someone help me?The setup:
-Debian 6 virtualized server, hosting only this sitePart of my wp-config:
define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); $base = '/intra/'; define('DOMAIN_CURRENT_SITE', 'intranet.cds.com.br'); define('PATH_CURRENT_SITE', '/intra/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);
my .htaccess :
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
And my phpinfo() :
visible on https://intranet.cds.com.br/Thanks in advance and sorry by my poor english.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Another one with too many redirects’ is closed to new replies.