|
本人比较菜,还是习惯有面板的
要安装的这个程序需要下面的设置。。高人帮忙解答下
active mod rewrite
AppServ
OPEN: AppServ\Apache2.2\conf\httpd.conf
FIND: #LoadModule rewrite_module modules/mod_rewrite.so
REMOVE: #
RESET AppServ
httpd (linux)
OPEN: /etc/httpd/conf/httpd.conf
Changed httpd.conf from
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
to
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 All
|
|