如果通过phpstudy,该怎么操作呢

来源:2-2 Thinkphp的安装

qq_慕勒9407830

2019-03-12 20:53

如果通过phpstudy,该怎么操作呢

写回答 关注

3回答

  • qq_韩白白_0
    2019-08-13 09:05:20

    不用 楼上说的那么麻烦  添加站点指定到public  目录 然后更改host文件 添加和你一样的站点域名 最后进行访问就可以


  • 没有事情做是很可怕的
    2019-03-18 18:31:16

    先设置一个自己的站点指向thinkphp/public

    然后打开hosts,把自己的站点加进去。如果hosts为空,就把下面的代码复制进去,改好自己的域名就行了。


    # Copyright (c) 1993-1999 Microsoft Corp.

    #

    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.

    #

    # This file contains the mappings of IP addresses to host names. Each

    # entry should be kept on an individual line. The IP address should

    # be placed in the first column followed by the corresponding host name.

    # The IP address and the host name should be separated by at least one

    # space.

    #

    # Additionally, comments (such as these) may be inserted on individual

    # lines or following the machine name denoted by a '#' symbol.

    #

    # For example:

    #

    # 102.54.94.97 rhino.acme.com # source server

    # 38.25.63.10 x.acme.com # x client host

    #

    127.0.0.1 localhost

    127.0.0.1 www.gohosts.com



  • 无为而庸
    2019-03-13 09:32:08

    找个视频看看,一般就设置域名管理和host就够了

快速入门ThinkPHP 5.0--基础篇

ThinkPHP5已发布多时,想了解ThinkPHP5的新特性吗?老司机带你马上出发~

58655 学习 · 495 问题

查看课程

相似问题