httpd.conf配置問(wèn)題
老師的是這種
我的 和老師不一樣 怎么改?
<Directory "E:\Demo">
? ? AllowOverride All
? ? Options None
? ? Require all granted
</Directory>
老師的是這種
我的 和老師不一樣 怎么改?
<Directory "E:\Demo">
? ? AllowOverride All
? ? Options None
? ? Require all granted
</Directory>
2018-07-24
舉報(bào)
2018-08-11
我的也是這樣,我就把a(bǔ)llow override all ?注釋掉了,然后寫(xiě)入 allow from all ?,你如果不注釋掉的話,wampserver就會(huì)變成橙色,Apache服務(wù)會(huì)暫停。
2018-08-09
?? Require all granted
</Directory>在中間直接插入 Allow from all
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?#Allow from 127.0.0.1 ? ? 即可
2018-07-29
https://www.2cto.com/kf/201712/709375.html