I am running a multi site wordpress blogfarm …. Users who sign up for my membership site receive a free blog that is automatically set up after they become a member..
I have an ssl certificate on my domain and I am using subdirectories instead of subdomains for all new sites..
I a typical WP install the general settings shows the site url and the home address… In the multisite install it is only in the super admin setting…
I need all newly created blogs in the blog farm to have the prefix of https:// instead of http:// as they do now… I am having to manually go into all new blogs to put the s at the end..
So I need some php code i guess to make this happen for both site url and home url and where to place it..
I just need code and instructions then I should be able to place the code….
PS i am using s2member for the membership part of the site and to control how many blogs users get if that matters for anything
