thinkphp怎麼設定網域?
Thinkphp5.1 設定網域(網站)設定
1、先找到D:\xampp\apache\conf\extra
httpd-vhosts.conf這個文件
<VirtualHost *:80> ServerAdmin webmaster@dummy-host2.example.com DocumentRoot "D:/xampp/htdocs/tp/public" ServerName tp ErrorLog "logs/dummy-host2.example.com-error.log" CustomLog "logs/dummy-host2.example.com-access.log" common </VirtualHost>
2、修改成:
## 3、再找到
C:\Windows\System32\drivers\etc
#phpstydy本地配置網域存取的方法
本文主要和大家分享phpstydy本地配置網域存取的方法,希望能幫助大家。 一. hosts設定:1.用編輯器開啟hosts文件,位置:C:\Windows\System32\drivers\etc目錄下範例:在hosts檔案的最後加入以下程式碼:127.0.0.1 www.tp5.com
ServerAdminwebmaster@dummy-host.example.com DocumentRoot"D:/phpStudy/WWW/要配置域名的项目名"
ErrorLog"logs/dummy-host2.example.com-error.log" CustomLog"logs/dummy-host2.example.com-access.log" common </VirtualHost>
DocumentRoot"D:/phpStudy/WWW/h5.test.cn" ServerNamelocal.h5.test.cn <IfModuledir_module> DirectoryIndexindex.php </IfModule> </VirtualHost>
以上是thinkphp怎麼配置域名的詳細內容。更多資訊請關注PHP中文網其他相關文章!