LoginSignup
6
5

More than 5 years have passed since last update.

Redmine をサブディレクトリで運用する際に CSS, JS が読み込まれない現象が発生した場合の解消方法

Posted at

確認する点

  • Apache の設定ファイルに RackBaseUri = /<サブディレクトリの名称> が設定されていること。
  • Apache の設定ファイルで Redmine のディレクトリに Options FollowSymLinks, AllowOverride all が設定されていること。
  • config/environment.rbRedmine::Utils::relative_url_root = "/<サブディレクトリの名称>" が正しく設定されていること。

3 つめでハマったのでメモ。

6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5