请叫!!!!急
我写了一个能建数据库的程序
等去访问能出现网页
但等我要执行时 "比如在网页上建一个新的数据库"就会出现如下错误:
Forbidden
You don't have permission to access /method="post" on this server.
Apache/2.0.52 (Win32) PHP/5.0.2 Server at 127.0.0.1 Port 80这应该是apache配置的问题吧, 是不是关于<Directory "C:/Documents and Settings/*/My Documents/My Website">
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</LimitExcept>
</Directory>
这的配置老大们帮我分析一下 ,如果我想的有道理的话该怎么改?还是另有原因?