1.LAMP中,wordpress伪静态无法使用,报404错误的解决方法。
编辑apache的httpd.conf
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory “目录”>
#
# 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/2.2/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
