1
我想讓我的網站在線。我正在使用WampServer 2.2。現在,我已經設置了wamp如下:設置WAMP服務器 - 獲取403
<Directory />
AllowOverride All
Options All
Require all granted
Order allow,deny
</Directory>
Listen 81
<VirtualHost *:81>
ServerName rti.etf.rs
DocumentRoot "C:/wamp/www"
DirectoryIndex index.php
</VirtualHost>
我已經在Windows防火牆中打開了端口81。現在,當我嘗試打開本地主機時:81我的網頁打開良好。但是,當我嘗試使用我的外部IP地址176.xxx.xxx.xxx:81訪問它時,出現403 Forbidden錯誤。我在Apache訪問日誌中看到了這些請求,所以我猜這部分設置得很好,但我必須錯過Apache配置。
編輯:放置在線選項被激活。
任何有幫助的想法?
把網上菜單選項? http://imgur.com/xGago或你見過這個問題:http://stackoverflow.com/questions/5657279/make-wamp-www-available-on-local-network –
哦,我忘了寫我我的服務器也上線了。 – Banana