2016-04-15 15 views
-1

.htaccessファイルには、次のようになります。フレンドリーURLはHTTPS

RewriteEngine on 
RewriteCond %{HTTP_HOST} ^www.example.com$ 
RewriteCond %{HTTP_HOST} ^example\.com$ [NC] 
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L] 

Rewriterule ^(friendly-url) index.php?file=first&cat_id=0,01 

は私が何かを逃しましたか?なぜ私はHTTPSでフレンドリーなURLを開くことができないのか分かりません。

答えて

0

解決策が見つかりました。 virtualhostファイルにいくつかのオプションを追加するのを忘れてしまった:<virtualhost *:433>ファイル: