エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
【Apache】AllowEncodedSlashes on が反映されない? at softelメモ
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
【Apache】AllowEncodedSlashes on が反映されない? at softelメモ
問題 .htaccess に AllowEncodedSlashes on を書きましたが、反映されないです。 答え AllowEncodedSlas... 問題 .htaccess に AllowEncodedSlashes on を書きましたが、反映されないです。 答え AllowEncodedSlashesは、サーバ設定ファイルまたはバーチャルホストの設定のところで使えるディレクティブ。 <VirtualHost *:80> ServerAdmin mail@example.jp DocumentRoot /home/example ServerName xxxx.example.jp (中略) AllowEncodedSlashes On ← この辺に書く (中略) </VirtualHost> .htaccess ではだめ。