apache配置虚拟主机,apache虚拟主机
#在httpd.conf 开启 Virtual hosts Include conf/extra/httpd-vhosts.conf #然后在httpd-vhosts.conf 里面配置 #根据ip来匹配 # <VirtualHost 127.0.0.1:80> # DocumentRoot "E:/htdocs" # DirectoryIndex index.html index.htm index.php # <Directory E:/htdocs> # Options FollowSymLinks # AllowOverride None # Order allow,deny # Allow from all # </Directory> # </VirtualHost> #根据端口号来匹配 # <VirtualHost 127.0.0.1:82> # DocumentRoot "E:/htdocs" # DirectoryIndex index.html index.htm index.php # <Directory E:/htdocs> # Options FollowSymLinks # AllowOverride None # Order allow,deny # Allow from all # </Directory> # </VirtualHost> #根据主机名匹配 <VirtualHost *:80> DocumentRoot "E:/htdocs" ServerName localhost DirectoryIndex index.html index.htm index.php <Directory E:/htdocs> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> </VirtualHost> <VirtualHost *:80> DocumentRoot "E:/htdocs/dedecms" ServerName dedecms.com DirectoryIndex index.html index.htm index.php <Directory E:/htdocs> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> </VirtualHost> <VirtualHost *:80> DocumentRoot "E:/htdocs/discuz" ServerName discuz.com DirectoryIndex index.html index.htm index.php <Directory E:/htdocs> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> </VirtualHost>
#在window 配置host文件
陳述
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

Video Face Swap
使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱門文章
刺客信條陰影:貝殼謎語解決方案
3 週前ByDDD
Windows 11 KB5054979中的新功能以及如何解決更新問題
2 週前ByDDD
在哪裡可以找到原子中的起重機控制鑰匙卡
3 週前ByDDD
<🎜>:死鐵路 - 如何完成所有挑戰
4 週前ByDDD
Atomfall指南:項目位置,任務指南和技巧
1 個月前ByDDD

熱工具

VSCode Windows 64位元 下載
微軟推出的免費、功能強大的一款IDE編輯器

Atom編輯器mac版下載
最受歡迎的的開源編輯器

EditPlus 中文破解版
體積小,語法高亮,不支援程式碼提示功能

Dreamweaver CS6
視覺化網頁開發工具

SublimeText3 英文版
推薦:為Win版本,支援程式碼提示!