136 个回复 | 最后更新于 2015-07-22
回复#26 @lkx810 :404的话是Rewrite没有正常工作的原因吧
你是Nginx吗?
Nginx需要将https://github.com/lincanbin/Carbon-Forum/blob/master/nginx.conf加入vhost配置文件。
回复#37 @wd0g :Apache Rewrite没有启用。
在conf目录下httpd.conf中找到
LoadModule rewrite_module modules/mod_rewrite.so
这句,去掉前边的注释符号“#”,或添加这句。
允许在任何目录中使用“.htaccess”文件,将“AllowOverride”改成“All”(默认为“None”):
# 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
登录后方可回帖
头像不能显示呢=。=
duu.me 要不您给看看