怎么老是禁止
Forbidden You don't have permission to access / on this server. Apache/2.4.9 (Win32) PHP/5.5.12 Server at test01.com Port 80 怎么辦????
Forbidden You don't have permission to access / on this server. Apache/2.4.9 (Win32) PHP/5.5.12 Server at test01.com Port 80 怎么辦????
2016-04-08
舉報(bào)
2016-04-16
對(duì)了這個(gè)文件是那個(gè)apache/conf/httpd.conf
2016-04-24
改了圖標(biāo)變成黃色是什么情況?
2016-04-16
首先找到上面的東西改成下面的
<Directory />
? ? Options Indexes FollowSymLinks ?
? ? AllowOverride None?
</Directory>
然后
2016-04-09
應(yīng)該怎么改?
2016-04-08
<Directory />
? ? Options Indexes FollowSymLinks ?
? ? AllowOverride None?
</Directory>
改成這樣我之前也有這個(gè)問(wèn)題