xe에서 rhymix-2.1.8를 설치 했는데 백지창이 뜹니다
방법이 없을까요?
PHP | PHP 7.4 |
---|---|
CMS | Rhymix 2.1 |
xe에서 rhymix-2.1.8를 설치 했는데 백지창이 뜹니다
방법이 없을까요?
여기 .htacess 에
php_value memory_limit 256M
PHP_VALUE error_reporting 6135
PHP_FLAG display_errors ON
이렇게 나옵니다
여기 .htacess에 아래와 같이 나옵니다
RewriteEngine On
# block direct access to templates, XML schema files, config files, dotfiles, environment, etc.
RewriteCond %{REQUEST_URI} !/modules/editor/(skins|styles)/
RewriteRule ^(addons|common/tpl|files/ruleset|(m\.)?layouts|modules|plugins|themes|widgets|widgetstyles)/.+\.(html|xml|blade\.php)$ - [L,F]
RewriteRule ^files/(attach|config|cache)/.+\.(ph(p|t|ar)?[0-9]?|p?html?|cgi|pl|exe|[aj]spx?|inc|bak)$ - [L,F]
RewriteRule ^files/(env|member_extra_info/(new_message_flags|point))/ - [L,F]
RewriteRule ^(\.git|\.ht|\.travis|codeception\.|composer\.|Gruntfile\.js|package\.json|CONTRIBUTING|COPYRIGHT|LICENSE|README) - [L,F]
# static files
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^(.+)/(addons|files|layouts|m\.layouts|modules|widgets|widgetstyles)/(.*) ./$2/$3 [L]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^(.+)\.min\.(css|js)$ ./$1.$2 [L]
# all other short URLs
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule . index.php [L]
php_value error_log /yjp7172/error.log
백지에는 아무런 힌트가 없으니, 에러메시지라도 표시되도록 만들어 보세요.
https://xetown.com/tips/1537809