Blogger Information
Blog 18
fans 0
comment 0
visits 13809
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
使用phpStudy创建出本地的开发环境,并绑定域名: html.io -2019年7月1日
牛niu轰轰的blog
Original
709 people have browsed it

总结:

    为了创建一个真实的线上开发与学习环境,需要配置一台本地主机(localhosy/127.0.0.1)

1.在默认web 目录下创建本地项目目录:html

2.配置本地域名html.io,并与项目目录html绑定

3.更新本地hosts文件,添加本地域名解析记录

4.浏览器中访问html.io进行本地访问测试

  • 创建新的网站,点击创建网站

作业截图1—创建网站.PNG

绑定html目录与html.io域名,同步rhosts

作业截图2-绑定目录及同步hosts.PNG

【管理】中打开网站,浏览器打开html.io,显示禁止打开,此时域名下无文件。

作业截图3—补充.PNG作业截图3—打开网站,显示报错,此时域名内无文件.PNG

在根目录html目录下,添加index.php文件,访问可执行文件,使用phpinfo函数查看使用php版本号等相关信息,但它同时也是中级危险函数,通过它可以暴露很多系统信息。

代码如下:

  • 实例

    <?php
    
    phpinfo();
    
    ?>

    运行实例 »

    点击 "运行实例" 按钮查看在线实例

  • 添加后浏览器打开域名,可以看到当前使用php版本等相关信息。

作业截图4—显示php版本信息.PNG

Correction status:qualified

Teacher's comments:做得很辛苦吧, 每一步都要截图, 加油
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post