Re: MANPのSSL対応

2018年12月18日 at 10:45

> v5.6.3.4なのでこのファイルは見当たりませんが、同じ様なファイルがどこかに有るのでしょうか。

失礼しました。

であれば
/config/site.php
です。

Re: Re: MANPのSSL対応

2018年12月18日 at 11:03
site.phpのなかです。

<?php
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', 'root');
define('DB_DATABASE', '********');

define('FORM_BLOCK_SENDER_EMAIL','********');

define('PAGE_TITLE_FORMAT', '%1$s・%2$s');?><?php define('DIRNAME_APP_UPDATED', 'concrete5.6.3.4.ja');?>


もう一つ.htaccessが下記のようになっています。
削除しても表示しません。

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$http://%{HTTP_HOST}%{REQUEST_URI} [R,L]
</IfModule>

<Files ~ “^\.(htaccess|htpasswd)$”>
deny from all
</Files>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.********)(:80)? [NC]
RewriteRule ^(.*)http://*********/$1 [R=301,L]
order deny,allow