atxcloud
Forum Replies Created
-
Forum: Networking WordPress
In reply to: multi-site not creating new sites, gives redirect loop.Thank you Ipstenu (Mika Epstein).
I’ve seen your support provided over the past few years, and I want to commend you on that and well as helping me with this.Much Appreciations and Rock On,
– ATXcloud
Forum: Networking WordPress
In reply to: multi-site not creating new sites, gives redirect loop.At the moment, I can log into the c-panel, create a subdomain folder and install a fresh WP through bluehost. I have client1.eample.com, and under the network dashboard, I can click on the client1.example.com dashboard. However, once I’m in the client1.example.com dashboard, I no longer apart of the network. There is no network drop down menu on the wp-menu bar, none of the plug-ins or themes are available as installed in example.com.
It’s kind of messy, but at least I can have private site for the client and in a round about way, create log-ins and links back to the main site.
Any advice on how to truly make it a network, without having to go through the blue host’s c-panel.
Thank you in advance,
-ATXcloudForum: Networking WordPress
In reply to: multi-site not creating new sites, gives redirect loop.I host with Bluehost.com
Forum: Networking WordPress
In reply to: multi-site not creating new sites, gives redirect loop.What needs to be done to resolve this issue?
Forum: Networking WordPress
In reply to: multi-site not creating new sites, gives redirect loop.Do you mind, please elaborating on this. Thank you in advance.
Forum: Networking WordPress
In reply to: multi-site not creating new sites, gives redirect loop.Addition After reviewing my initial post, I would like to point out a change. It appears that, while the wp-site installation problem with client1.example.com persists, I am now no longer receiving an infinite loop. Rather,
– client1.example.com yeilds my hosting service providers default advertising page.
– client1.example.com/wp-admin yields my hosting service providers 404 page.Improvement, perhaps.
Forum: Networking WordPress
In reply to: multi-site not creating new sites, gives redirect loop.Hooray, partial solution!!! Thank you Maldanet!
For the problem #2:
Should anyone type https://example.com instead of https://www.example.com have it redirect to the https://www.example.com instead of the /wp-signup.php?new=example.com “Registration has been disabled.” page.
Solution: add to .htaccess
RewriteCond %{HTTP_HOST} ^domain.com RewriteRule (.*) https://www.domain.com/$1 [R=301,L]
However, Problem #1 still remains: wp install for client1.example.com appears in the network dashboard, but that specific site’s dashboard (client1.example.com/wp-admin) yields a 404 error.
Open for suggested solutions.
Thank you in advance.
– ATXcloudForum: Fixing WordPress
In reply to: Chrome only – No access to Dashboard[Update] I just tried logging into another wp site I own with chrome, had no problems. So it is this one site specific.