我正在使用WampServer 2.1,我想对我的WampServer localhost给出一些限制,但问题是当我将我的代码放入httpd.config并重启服务时,我编辑后图标不会变为绿色它
这是我的代码:
<Directory "c:/wamp/www">
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from ::1
Allow from localhost
</Directory>