wampserver搭建本地服务器
生活随笔
收集整理的這篇文章主要介紹了
wampserver搭建本地服务器
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
打開(kāi)..\wamp\bin\apache\apache2.4.9\conf\httpd.conf配置文件,
<Directory "c:/wamp/www/">## Possible values for the Options directive are "None", "All",# or any combination of:# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews## Note that "MultiViews" must be named *explicitly* --- "Options All"# doesn‘t give it to you.## The Options directive is both complicated and important. Please see# http://httpd.apache.org/docs/2.4/mod/core.html#options# for more information.#Options Indexes FollowSymLinks## AllowOverride controls what directives may be placed in .htaccess files.# It can be "All", "None", or any combination of the keywords:# AllowOverride FileInfo AuthConfig Limit#AllowOverride allRequire all granted #添加允許外部訪問(wèn)## Controls who can get stuff from this server.## onlineoffline tag - don‘t remove# Require local #注釋請(qǐng)求本機(jī)訪問(wèn)</Directory>重啟服務(wù),再訪問(wèn)下就可以了。?
轉(zhuǎn)載于:https://www.cnblogs.com/lhy-93/p/5741570.html
《新程序員》:云原生和全面數(shù)字化實(shí)踐50位技術(shù)專家共同創(chuàng)作,文字、視頻、音頻交互閱讀總結(jié)
以上是生活随笔為你收集整理的wampserver搭建本地服务器的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: snakebar 的使用
- 下一篇: css浮动+应用(瀑布流效果的实现)