Skip to main content
Inspiring
December 2, 2012
解決済み

Create a new web site

  • December 2, 2012
  • 返信数 2.
  • 687 ビュー

I just installed CF 10 on my computer and would like to create a new web site.

I would like to know should I just create a folder at C:\ColdFusion10\cfusion\wwwroot\ or at C:\inetpub\wwwroot or any admim tool to do so.

Your help and information is great appreciated,

Regards,

Iccsi,

    このトピックへの返信は締め切られました。
    解決に役立った回答 BKBK

    iccsi wrote:

    I just installed CF 10 on my computer and would like to create a new web site.

    I would like to know should I just create a folder at C:\ColdFusion10\cfusion\wwwroot\ or at C:\inetpub\wwwroot or any admim tool to do so.

    Installing your website at C:\inetpub\wwwroot will make sense if you had configured ColdFusion to use IIS. In that case, you should transfer the contents of  \cfusion\wwwroot\ over to \inetpub\wwwroot\.

    If you intend to use ColdFusion's in-built webserver then, yes, you can create a new folder in C:\ColdFusion10\cfusion\wwwroot\. The site will then be reached through an address similar to http://localhost:8500/siteFolderName. However, you may create a new web site directly in the default location, C:\ColdFusion10\cfusion\wwwroot\.  Then the site will be reached through an address like http://localhost:8500.

    返信数 2

    BKBK
    Community Expert
    BKBKCommunity Expert解決!
    Community Expert
    December 2, 2012

    iccsi wrote:

    I just installed CF 10 on my computer and would like to create a new web site.

    I would like to know should I just create a folder at C:\ColdFusion10\cfusion\wwwroot\ or at C:\inetpub\wwwroot or any admim tool to do so.

    Installing your website at C:\inetpub\wwwroot will make sense if you had configured ColdFusion to use IIS. In that case, you should transfer the contents of  \cfusion\wwwroot\ over to \inetpub\wwwroot\.

    If you intend to use ColdFusion's in-built webserver then, yes, you can create a new folder in C:\ColdFusion10\cfusion\wwwroot\. The site will then be reached through an address similar to http://localhost:8500/siteFolderName. However, you may create a new web site directly in the default location, C:\ColdFusion10\cfusion\wwwroot\.  Then the site will be reached through an address like http://localhost:8500.

    iccsi作成者
    Inspiring
    December 2, 2012

    Thanks a million for the information and help,

    Regards,

    Iccsi,