Title: atxcloud's Replies | WordPress.org

---

# atxcloud

  [  ](https://wordpress.org/support/users/atxcloud/)

 *   [Profile](https://wordpress.org/support/users/atxcloud/)
 *   [Topics Started](https://wordpress.org/support/users/atxcloud/topics/)
 *   [Replies Created](https://wordpress.org/support/users/atxcloud/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/atxcloud/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/atxcloud/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/atxcloud/engagements/)
 *   [Favorites](https://wordpress.org/support/users/atxcloud/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multi-site not creating new sites, gives redirect loop.](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/)
 *  Thread Starter [atxcloud](https://wordpress.org/support/users/atxcloud/)
 * (@atxcloud)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/#post-4557211)
 * 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](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multi-site not creating new sites, gives redirect loop.](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/)
 *  Thread Starter [atxcloud](https://wordpress.org/support/users/atxcloud/)
 * (@atxcloud)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/#post-4557197)
 * 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,
    -ATXcloud
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multi-site not creating new sites, gives redirect loop.](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/)
 *  Thread Starter [atxcloud](https://wordpress.org/support/users/atxcloud/)
 * (@atxcloud)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/#post-4557195)
 * I host with Bluehost.com
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multi-site not creating new sites, gives redirect loop.](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/)
 *  Thread Starter [atxcloud](https://wordpress.org/support/users/atxcloud/)
 * (@atxcloud)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/#post-4557184)
 * What needs to be done to resolve this issue?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multi-site not creating new sites, gives redirect loop.](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/)
 *  Thread Starter [atxcloud](https://wordpress.org/support/users/atxcloud/)
 * (@atxcloud)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/#post-4557183)
 * Do you mind, please elaborating on this. Thank you in advance.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multi-site not creating new sites, gives redirect loop.](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/)
 *  Thread Starter [atxcloud](https://wordpress.org/support/users/atxcloud/)
 * (@atxcloud)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/#post-4557166)
 * **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](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multi-site not creating new sites, gives redirect loop.](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/)
 *  Thread Starter [atxcloud](https://wordpress.org/support/users/atxcloud/)
 * (@atxcloud)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/multi-site-not-creating-new-sites-gives-redirect-loop/#post-4557165)
 * Hooray, partial solution!!! Thank you Maldanet!
 * For the problem #2:
 * > Should anyone type [http://example.com](http://example.com) instead of [http://www.example.com](http://www.example.com)
   > have it redirect to the [http://www.example.com](http://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 (.*) http://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. – ATXcloud
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Chrome only – No access to Dashboard](https://wordpress.org/support/topic/chrome-only-no-access-to-dashboard/)
 *  Thread Starter [atxcloud](https://wordpress.org/support/users/atxcloud/)
 * (@atxcloud)
 * [13 years ago](https://wordpress.org/support/topic/chrome-only-no-access-to-dashboard/#post-3726386)
 * **[Update]** I just tried logging into another wp site I own with chrome, had
   no problems. So it is this one site specific.

Viewing 8 replies - 1 through 8 (of 8 total)