下面是引用tailin!於2005-03-10 16:43發表的 :
我把pczone改成我的....IP也改成我的
試了沒用....
不知道哪裡有問題?
Apache的http.conf還要更改設定,.htaccess 才能作用!
.........以上略過
<Directory "/var/www/html">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI Multiviews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs-...html#options
# for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None #這邊的None要改成All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
以下略過...........
這篇教學比較完整