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.
.htaccess設定が機能している他のサイトがサーバー上にあるにもかかわらず、ローカルテスト設定で機能するが本番サーバーにアップロードしたときに機能しないhtaccessファイルに問題があります。
問題をデバッグできるように、.htaccessが書き換えられたURLを見つける方法(おそらくカスタム404ページを使用)はありますか?
あなたの悩みは何ですか?
内部サーバーエラーが発生しましたか、それともルールを実行しませんでしたか?
暗闇の中での撮影...ルールが一致しない場合は、.htaccessにこのようなものがある可能性があります
RewriteRule /home/ /index.php?s=1&l=1 [L]
...次に変更を試してください
RewriteRule home /index.php?s=1&l=1 [L]
先頭のスラッシュなし「/」