<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>solis</author_name>
  <author_url>https://blog.hatena.ne.jp/solis/</author_url>
  <blog_title>Railsなど技術系覚え書き</blog_title>
  <blog_url>https://solis.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>FastCGIでRailsを使っているときは、publicの内容を先に見てファイルが存在すればそれを表示して、ファイルがないときは全部dispatch.cgiに渡してします。するとhttp://mydomain.com/path/to/ にあるindex.htmlが取得できない。 以下を.htaccessに追加すればいいかな。 public/.htaccess RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+/)$ $1/index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] Rewrite…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsolis.hatenadiary.org%2Fentry%2F20070920%2F1190252367&quot; title=&quot;Railsで深い階層のindex.htmlを呼び出せないとき - Railsなど技術系覚え書き&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-09-20 10:39:27</published>
  <title>Railsで深い階層のindex.htmlを呼び出せないとき</title>
  <type>rich</type>
  <url>https://solis.hatenadiary.org/entry/20070920/1190252367</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
