我正在尝试在apache 2.4(wamp server 2.5)上设置一个Web服务器。每次在浏览器(www.example.com)上输入我的域名时,我都会得到一个空页。
这是我到目前为止所做的:
- 将我的公共IP地址指向godaddy上的域名
- 将端口80转发到我路由器上的本地IP地址
- 通过修改TCP / IP v4协议将我的IP地址设置为静态,并通过从ipconfig / all获取正确的dns服务器来输入。
- 我对httpd.conf更改了服务器名称进行了一些修改到我的域名,更改听我的ip地址后跟:80
改变了:
AllowOverride All
要求全部授予
我也修改了这个
ServerAdmin xxxxxxxx@icloud.com
DocumentRoot“c:/ wamp / www”
ServerName www.xxxxxxxxx.com
ErrorLog“logs / www.xxxxxxxxx.com-error_log”
TransferLog“logs / www.xxxxxxxx.com-access_log”
我知道这是一场灾难。你能指点一下吗?
我真的很感激。
醇>
技术细节:
- Apache 2.4
- wamp server 2.5
- Windows 10