Adding wordpress Blog in a Rails application

后端 未结 4 1308
独厮守ぢ
独厮守ぢ 2021-01-15 23:56

I have Rails application deployed on my home root directory of a domain and symlinked with my public_html/applicationname.com/. I wanted to install wordpress in applicationn

4条回答
  •  不思量自难忘°
    2021-01-16 00:11

    You should put your blog into the rails' public directory.
    That's the place for static files (and php ones are).

提交回复
热议问题