Here is a nice page on how to automatically create a website in IIS 6.0 via asp.net and C#.
http://stweet.wordpress.com/2010/03/15/creating-a-new-website-programmatically-on-iis-using-asp-net/
I need to do the exact same thing, except with php. The script I have already automatically creates the new local folder and writes the files I need in it. Now, I just need it to create a new website given the following: a description (same name as the folder name), ip address (all unassigned), host header (same as description and folder name), path (same as the rest), permissions (read, write, run scripts.)
obviously i don't expect a huge project to be done for me, i'm only asking for a link or something to help me get started. if there's a function out there i can just plug my variables in, i'd be extremely happy! ty in advance
http://stweet.wordpress.com/2010/03/15/creating-a-new-website-programmatically-on-iis-using-asp-net/
I need to do the exact same thing, except with php. The script I have already automatically creates the new local folder and writes the files I need in it. Now, I just need it to create a new website given the following: a description (same name as the folder name), ip address (all unassigned), host header (same as description and folder name), path (same as the rest), permissions (read, write, run scripts.)
obviously i don't expect a huge project to be done for me, i'm only asking for a link or something to help me get started. if there's a function out there i can just plug my variables in, i'd be extremely happy! ty in advance