用帝國cms自帶的一鍵安裝包運行環(huán)境php mysql服務
導讀:1建站知識帝國CMS模板網(wǎng)下面的帝國CMS教程欄目為您提供了用帝國cms自帶的一鍵安裝包運行環(huán)境php mysql服務器組件綁定域名公司網(wǎng)站建設(shè)網(wǎng)站seo優(yōu)化。
安裝好php+mysql服務器一鍵安裝包 找到這個 C:PC_webserverapacheconf httpd.conf 打開文件
下面加
NameVirtualHost *:80
<VirtualHost *:80>
ServerName daixiao360.cn
DocumentRoot c:/PC_webserver/wwwroot
</VirtualHost>
<VirtualHost *:80>
ServerName www.daixiao360.cn
DocumentRoot c:/PC_webserver/wwwroot
</VirtualHost>
然后也是在這個文件下搜索
<Directory />
Options FollowSymLinks
seo網(wǎng)站優(yōu)化軟件AllowOverride None
Order deny,allow
Deny from all
</Directory>
改成
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
</Directo網(wǎng)站seo優(yōu)化課程ry>
即可
搜索
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
改成
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
最后找到C:WINDOWSsystem32driversetchosts
最下面加上
120.24.66.120 daixiao360.cn
120.24.66.1網(wǎng)站seo優(yōu)化診斷工具20 www.daixiao360.cn
就可以允許帝國cms了
相關(guān)公司網(wǎng)站建設(shè)網(wǎng)站seo優(yōu)化。關(guān)鍵詞標簽: 服務器 帝國 運行環(huán)境
聲明: 本文由我的SEOUC技術(shù)文章主頁發(fā)布于:2023-05-21 ,文章用帝國cms自帶的一鍵安裝包運行環(huán)境php mysql服務主要講述運行環(huán)境,帝國,服務器網(wǎng)站建設(shè)源碼以及服務器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請保留鏈接: http://www.bifwcx.com/article/web_3930.html