怎么老是禁止
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
舉報
2016-04-16
對了這個文件是那個apache/conf/httpd.conf
2016-04-24
改了圖標變成黃色是什么情況?
2016-04-16
首先找到上面的東西改成下面的
<Directory />
? ? Options Indexes FollowSymLinks ?
? ? AllowOverride None?
</Directory>
然后
2016-04-09
應該怎么改?
2016-04-08
<Directory />
? ? Options Indexes FollowSymLinks ?
? ? AllowOverride None?
</Directory>
改成這樣我之前也有這個問題