hjue / JustWriting

markdown blog system
http://hjue.github.io/JustWriting/
MIT License
530 stars 79 forks source link

linux 跳转页面报404 #89

Closed zhaobinhong closed 6 years ago

zhaobinhong commented 8 years ago

image

windows上可以正常跳转linux 上就报路径错误这是怎么回事

hjue commented 8 years ago

/index.php/post/justwriting 是否可以正常访问?

zhaobinhong commented 8 years ago

image 可以 没有问题

hjue commented 8 years ago

你没有正确配置Apache,参考Readme配置

zhaobinhong commented 8 years ago

image

这个是需要怎么配置?

hjue commented 8 years ago

php需要配置curl这个模块

zhaobinhong commented 8 years ago

image 为什么会有这么多错
为什么这么难

zhaobinhong commented 8 years ago

这个怎么解决?

hjue commented 8 years ago

参考这篇文章:windows 下 php 下curl 扩展库的安装 http://www.oschina.net/question/17_44

camus0129 commented 8 years ago

在linux下我也遇到跳转页面404了,/index.php/post/justwriting 也可以正常访问

hjue commented 8 years ago

@camus0129 ,是服务器配置rewrite的问题,请参考readme文档进行配置

camus0129 commented 8 years ago

@hjue 我仔细检查了apache的配置以及rewrite模块加载情况,包括文件夹的读写权限,依然还是有问题,readme文件文档里面关于apache.conf的配置两种配置都尝试过了,也不行。 目前环境是ubuntu14.04 + apache2+ php5

camus0129 commented 8 years ago

@hjue 反复修改了apache的虚拟主机的配置文件,将你给出的两个配置文件结合起来,终于成功了

zhaobinhong commented 8 years ago

我的这个问题是因为被墙了

zhaobinhong29@163.com

发件人: Simpeng 发送时间: 2016-04-22 01:26 收件人: hjue/JustWriting 抄送: zhaobinhong; Author 主题: Re: [hjue/JustWriting] linux 跳转页面报404 (#89) @camus0129 我也遇到这个问题了,能否分享你结合起来的配置文件?多谢! — You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

simpeng commented 8 years ago

@zhaobinhong 多谢你的回复!我遇到的问题是文章页面无法显示(404),但是像hjue说的/index.php/post/justwriting 可以正常访问。我按照apache的第二种配置做了,成功了。原来不行是因为我忘记把之前在网站root下面加的.htaccess删掉了。:)