Bigua
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is there a font size changing usability plugin?Hi there, I’ve made a search for some plugin with this functionality and find this one: http://wordpress.org/extend/plugins/jquery-font-resizer/ , but.. its quite old and I dunno if works…
Forum: Networking WordPress
In reply to: Another one with too many redirectsHi,
SOLVED \o/ \o/ \o/
Solution, reinstall apache and mod_rewrite (purge and reinstall) and every sub-blog comes to life.
My wp-config still need the last post rules to work.
Thanks a lot by the suport Ipstenu (I dont have any idea how to pronounce your nick X) and keep this amazing work here =)
Cya!
Forum: Networking WordPress
In reply to: Another one with too many redirectshehehe, no problem.
Well, I’ve made some tests, and the http://intranet.cds.com.br/intra/ comes to life when I add this :
$_SERVER[ 'HTTP_HOST' ] = DOMAIN_CURRENT_SITE;after this:
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);But, any blog created show a 404 error, like intranet.cds.com.br/intra/teste
Forum: Networking WordPress
In reply to: Another one with too many redirectsDo you know where in the system are this declarations? I will try to fix this tomorrow by the morning.
Forum: Networking WordPress
In reply to: Another one with too many redirectsYes, its a folder located in /var/www/
Another thing thats looks wrong to me its the _SERVER[“HTTP_HOST”] variable with the internal network value ( 192.168.10.24 ) I think that correct value should be intranet.cds.com.br, dont you think?
Forum: Networking WordPress
In reply to: Another one with too many redirectsHi,
I’ve trying this solution:
http://wordpress.org/support/topic/err_too_many_redirects-nur-unter-wp-adminnetwork?replies=4
Its partially works, the network panel, the principal blog ( intranet.cds.com.br/intra ) and its panel turn functional again, but when I add a new blog (intranet.cds.com.br/intra/test) the new blog show a 404 error. So I revert the changes to the previous state.
I’m running out of ideas, anyone have a sugestion?
Forum: Networking WordPress
In reply to: Another one with too many redirectsWOW that’s fast!
Thanks a lot, I’ll try here now and post result.
EDIT:
Still not working ;_; any other ideas?