lwallace
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite login issueThe password is the same for main and sub domains. The problem is solvable if I disable multisite mode – I can then log into main domain and admin. If I enable multi I can log into the subdomains but not main/admin. The password is the same.
I can make the site work by using Categories instead of subdomains, but I lose the custom look of each sub. WP-CONFIG.PHP is properly defined as is .HTACCESS.
It’s just weird.
Forum: Networking WordPress
In reply to: Site displays IP not domain nameI tried to use phpmyadmin and I get internal server error when I click enter phpMyAdmin. Site still loads. I am sure this is due to the whole ip issue
Forum: Networking WordPress
In reply to: Site displays IP not domain nameThis is a multisite
Forum: Networking WordPress
In reply to: Site displays IP not domain nameOk I added those, made no difference. When I go to mydomain.com the url displayed is ip in brpwser.
And when I change
define( 'DOMAIN_CURRENT_SITE', 'ip' ); to define( 'DOMAIN_CURRENT_SITE', 'mydomain.com' );I get a database error.
Now what?
Forum: Networking WordPress
In reply to: Site displays IP not domain nameWhere in wp-config.php would I add those?