Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
hracess ファイルに htaccess ルールの下に記述します。そして、httpで機能しました。
RewriteRule ^(.*)$ index.php [QSA,L]
しかし、HTTPS でサイトにアクセスしようとすると、このルールは実行されません。誰でもこの問題を解決するのを手伝ってくれますか?
注 - サイトに SSL をインストールしました。
助けてくれてありがとう。あなたの答えは正しかった。しかし、問題は、同じ 443 ポートに対して 2 つの仮想ホストを作成したことでした。それらの1つは以下のコードを持っています:
AllowOverride すべて すべてから許可
VirtualHostを1つ削除してappacheを再起動すると、htaccessが機能し始めました。応援ありがとうございます!!!!!