Title: mic10's Replies | WordPress.org

---

# mic10

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [https in url on login page only?](https://wordpress.org/support/topic/https-in-url-on-login-page-only/)
 *  Thread Starter [mic10](https://wordpress.org/support/users/micam1/)
 * (@micam1)
 * [12 years ago](https://wordpress.org/support/topic/https-in-url-on-login-page-only/#post-4723163)
 * Thanks for your reply. How is this possible? I’ve tried a few things in htaccess
   but as soon as I set htaccess to login with https, it stays https in the admin.
 * In wp-config – the force ssl for admin is set to false whilst adding in my htaccess:
 *     ```
       RewriteRule ^login$ https://mysite.com/wp-login.php [NC,L]
       RewriteRule ^login$ https://mysite.com/login [NC,L]
       ```
   
 * I’ve also tried to force it back to http once logged in:
 *     ```
       RewriteRule ^admin$ http://mysite.com/wp-admin [NC,L]
       RewriteRule ^admin$ http://mysite.com/admin [NC,L]
       ```
   
 * But the admin just stays https.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Child theme of child theme? Using Genesis Framework](https://wordpress.org/support/topic/child-theme-of-child-theme-using-genesis-framework/)
 *  [mic10](https://wordpress.org/support/users/micam1/)
 * (@micam1)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/child-theme-of-child-theme-using-genesis-framework/#post-4680150)
 * I don’t think a lot of people do but I had this setup confirmed by Genesis and
   haven’t had any problems with it.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Child theme of child theme? Using Genesis Framework](https://wordpress.org/support/topic/child-theme-of-child-theme-using-genesis-framework/)
 *  [mic10](https://wordpress.org/support/users/micam1/)
 * (@micam1)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/child-theme-of-child-theme-using-genesis-framework/#post-4680122)
 * As esmi says, you should be asking the Genesis community, but It is actually 
   possible to have the Genesis framework as the parent theme, then 1 child theme(
   that acts like a parent theme), and then lots of mini child themes that connect
   to that main child theme.
 * Set up your main child theme to connect to Genesis framework as normal, then 
   in each mini child theme, at the top just add the [@import](https://wordpress.org/support/users/import/)
   to link to the main child theme, then you can add any extra css below to theme
   your mini child themes.
 * You then need to add a functions.php as normal to each mini child theme.
 * If you want all your mini child themes to share the same functions as your main
   child theme, it is possible to remove each functions.php from all your mini child
   themes and main child theme and have 1 functions.php file that controls all of
   your mini child themes and main child theme, there is a certain way, look up ‘
   mu-plugins’, and ask the Genesis community how to set that one up otherwise you
   will get errors because the that file needs to load Genesis lib/init.php correctly.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Login message](https://wordpress.org/support/topic/login-message/)
 *  Thread Starter [mic10](https://wordpress.org/support/users/micam1/)
 * (@micam1)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/login-message/#post-4673876)
 * Thanks for the reply Ipstenu.
 * I think I may be tempted to go back to a sub-directory multisite because this
   could become annoying or confusing for users, I only recently changed because
   I prefer the url structure for sub-domains, also I couldn’t find a way of having
   https on my homepage only and http on user blogs.
 * Is there definitely no way of doing this, such as any type of plugin that allows
   a global login? There seems to be no solution for this but I’m just wondering
   how wordpress.com works as you are able to login at wordpress.com/login
 * Alternatively, if I decide to go back and use sub-directory multisite is there
   a way to have https on my homepage only? I have this in htaccess:
 *     ```
       RewriteCond %{HTTP_HOST} ^mysite\.com
       RewriteCond %{SERVER_PORT} !443
       RewriteRule ^(.*)$ https://mysite.com/$1 [R,L]
       ```
   
 * This works great for sub-domains but anything similar to this will make my whole
   site use https for a sub-directory multisite.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [500 Internal Server Error when I click Dashboard link](https://wordpress.org/support/topic/500-internal-server-error-when-i-click-dashboard-link/)
 *  [mic10](https://wordpress.org/support/users/micam1/)
 * (@micam1)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/500-internal-server-error-when-i-click-dashboard-link/#post-4654543)
 * If your using cpanel You need to put a * in the box in subdomains
    [https://codex.wordpress.org/Configuring_Wildcard_Subdomains](https://codex.wordpress.org/Configuring_Wildcard_Subdomains)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Quick question on wordpress upgrades](https://wordpress.org/support/topic/quick-question-on-wordpress-upgrades/)
 *  Thread Starter [mic10](https://wordpress.org/support/users/micam1/)
 * (@micam1)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/quick-question-on-wordpress-upgrades/#post-4666156)
 * Thanks for the advice. I will not edit those files then. I only have a few snippets
   of code for my functions.php child themes which is all I need and the rest of
   my edits I done in the css files. The sign up and activate files I just wanted
   to remove some text that was easy to do directly on those files.

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