라이믹스는 보안상 모듈 폴더 아래에 있는 xml 파일에 직접 접근하는 것을 막고 있습니다.
에디터 컴포넌트에서 xml 파일에 직접 접근할 필요가 있다면 .htaccess 파일 4번째 줄의 내용을
RewriteCond %{REQUEST_URI} !/modules/editor/(skins|styles)/
에서
RewriteCond %{REQUEST_URI} !/modules/editor/(skins|styles|components)/
으로 바꿔보세요.
라이믹스로 업그레이드 하느라 php도 7로 변경했어요. cafe24 웹호스팅입니다. [Basic Information] rhymix_version : 1.9.6 php : 7.0.0p1 (64-bit) server : Apache os : Linux 3.10.0-693.17.1.el7.x86_64 sapi : apache2handler ssl : none [System Settings] db.type : mysqli (myisam, utf8) db.version : 10.1.13-MariaDB cache.type : file 예전 xe시절에 사용했던 에디터 컴포넌트중 jwplayer 6컴포넌트(xe공홈자료) 가 뜨...