XAMPP 設定網域名稱

2022-03-31 01:06:33 字數 1142 閱讀 5567

找到xampp安裝目錄,

新增一段配置

serveradmin webmaster@你的網域名稱

documentroot

"f:/xampp/htdocs/你的網域名稱

"servername 你的網域名稱

serveralias 你的網域名稱

errorlog

"logs/你的網域名稱-error.log

"customlog

"logs/你的網域名稱-access.log

"common

因素其實不多的:

1d:\xampp\apache\conf 在這個資料夾下 httpd.conf 這個配置檔案你要確定沒改過

其中的serverroot

"/xampp/apache

"還有監聽的80埠也是很重要的

如果你之前裝過sql 伺服器他會占用的你的80埠,可以修改檔案裡面的80改成 (例如81)

2d:\xampp\apache\conf\extra 這裡有個httpd.vhost檔案也是乙個重要的配置

*:80>options none

documentroot d:\xampp\htdocs 確定這個下面 有index.php 才能找到

servername 你配置的虛擬網域名稱

directoryindex index.php index.html index.htm

/>allowoverride all

order deny,allow

allow from all

"d:\xampp\htdocs\

">確定這個下面 有index.php 程式才能找到

options followsymlinks

allowoverride all

order allow,deny

allow from all

3,沒有東西的話,試試在localhost/你的控制器的名字

例如localhost/message

萬分不行,重灌,然後在htdocs資料夾下,先刪掉所有,再把你的東西放進去

view code

XAMPP配置網域名稱

注意xp只能使用較低的版本,我用的是1.7.1 在d xampp htdocs的目錄下放置你的 最好新建乙個資料夾 如d xampp htdocs weixin index.php include conf extra httpd vhosts.conf,取消前面的注釋 該 位於httpd.conf...

mysql 設定網域名稱 mysql 設定網域名稱

mysql 設定網域名稱 雲伺服器 elastic compute service,簡稱ecs 是阿里雲提供的效能卓越 穩定可靠 彈性擴充套件的iaas infrastructure as a service 級別雲計算服務。雲伺服器ecs免去了您採購it硬體的前期準備,讓您像使用水 電 天然氣等公...

利用xampp建立虛擬網域名稱簡化url

1.開啟apache的資料夾找到檔案 2.在最後加入 documentroot c phptest htdocs thinkse public servername z.cn 這裡讓apache認識了這個虛擬網域名稱 3.讓電腦認識 開啟windows system32 driver etc hos...