Picklefall
Forum Replies Created
-
Thanks for the quick response. I will take a look at this.
Forum: Networking WordPress
In reply to: define( ‘MULTISITE’, true ); causes too many redirectsI got it to work! I had to reinstall and set the database host name to wordpress.dev, too. Also, when I reinstalled, I had to delete out the :80 from the url bar that the redirect somehow put in there.
Forum: Networking WordPress
In reply to: define( ‘MULTISITE’, true ); causes too many redirectsyes. Do I need to reinstall wordpress now?
Forum: Networking WordPress
In reply to: define( ‘MULTISITE’, true ); causes too many redirectsI almost have it working now. I changed the line
define( ‘DOMAIN_CURRENT_SITE’, ‘localhost’ ); to
define( ‘DOMAIN_CURRENT_SITE’, ‘wordpress.dev’ );And the redirect problems are gone. Now I’m getting this message:
Error establishing database connection.
I’ve tried changing several fields in the db to match wordpress.dev, but that doesn’t work. I’ve even tried different entries for the db hostname in wp-config and none of them work, either. What can I do now?
Forum: Networking WordPress
In reply to: define( ‘MULTISITE’, true ); causes too many redirects@andrea_r: I made a virtual host for this site and I still got the redirect errors. What else should I try?
@cbmc: Yes, I’m trying to view the site from the same machine it’s installed on. It works all the way up to where I define MULTISITE in the wp-config. In fact, if I comment just that one line, everything behaves itself just fine.