Rails 和开发域
我正在尝试使用 http://ls1.bigseapreview.com 作为 Rails 项目的域。问题是它似乎没有正确映射除主页之外的任何路由。
我添加了 /about 但你可以看到你只会得到 404,但它在本地工作。
我需要做什么来解决这个问题?
I'm trying to use http://ls1.bigseapreview.com as a domain for a Rails project. The problem is it doesn't seem to be correctly mapping any routing apart from the home page.
I have added /about but you can see that you will just get a 404, but it works locally.
What do I have to do to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你能添加你的路由文件吗?
+我添加了 /about ,看起来它正在工作
Can you add your routing file?
+I added /about and it looks like it's working
您确定这是一个 Rails 项目吗?您的“about”链接指向“/about.php”。
Are you sure that this is a Rails project? Your "about" link points to "/about.php".