需要幫助我使用apache 2.4.18 wampserver 3.0,我已經把它放在網上,但我不能從其他客戶端遠程訪問服務器。我已經在apache\apache2.4.18\conf
上配置了httpd.conf
,我也在這裏搜索並完成了所有的評論,但沒有任何反應。下面WAMPSERVER 403禁止的Apache 2.4.18
是我的配置:
<Directory />
AllowOverride All
Require all granted
</Directory>
<Directory "c:/wamp/www/">
Options +Indexes +FollowSymLinks
AllowOverride All
# onlineoffline tag - don't remove
Require all granted
</Directory>
虛擬主機的定義是錯誤看到http://stackoverflow.com/questions/23665064/project-links-do-not-work-on-wamp-server/23990618#23990618 – RiggsFolly
而這種變化' 所有的AllowOverride 要求所有授權 '允許黑客看到您的整個C:驅動器 –
RiggsFolly