blank 发表于 2014-3-22 18:50:06

安装时提示 找不到/install/ 文件解决方法【分享】

安装时提示
Not FoundThe requested URL /install/ was not found on this server.


是由于 apache 未开启 rewrite 重写规则
开启方法:打开httpd.conf,CentOS 在 /etc/httpd/conf/httpd.conf
#LoadModule rewrite_module modules/mod_rewrite.so把#去掉
把AllowOverride None 改成 AllowOverride All

admin 发表于 2014-3-22 21:37:30

呵呵呵,谢谢分享。

你可能没有看http://help.dbshop.net/index.php?title=%E7%B3%BB%E7%BB%9F%E5%AE%89%E8%A3%85里面的ubuntu的配置运行环境吧?里面有写的。你的这个应该不是ubuntu的,谢谢分享,如果要是把整个环境的配置过程写出来就更好了。吼吼
页: [1]
查看完整版本: 安装时提示 找不到/install/ 文件解决方法【分享】