我以前从未这样做过
这是我当前的.htaccess
文件,我希望它告诉浏览器切换到 HTTPS。
AddHandler php5-script .php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?r=$1 [L,QSA]
JacoInc.com网站有一个 SSL,但是 Chrome 给出了这个消息:
The identity of this website has not been verified.
• Server's certificate does not match the URL.
我不知道为什么会出现这种情况。是因为 MediaTemple 还是我正在做的事情?