如何为 ruby on Rails 创建 .htaccess?
有谁知道在 Rails 上创建 .htaccess
吗?请指导我。谢谢。
问候
does anyone know to create .htaccess
on rails? Guide me please. Thanks.
regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需在网站文档根目录中创建 .htaccess 文件即可。在 apache 中,这将是您网站的文档根目录(可能类似于 /var/www/your_website.com 或您指定的任何内容)。
You just create the .htaccess file on your website document root. In apache, that would be the document root of your website (could be something like /var/www/your_website.com, or whatever you specified).