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.
誰かが service.php/service.php のようなブラウザー smothing を挿入するまで、サイトの私のページは完全に機能する可能性があります。ページにはエラーは表示されず、空のページのみが表示されます。ユーザーをservice.phpにリダイレクトするためにhtアクセスします。
助けてくれてありがとう
ジェフ
mod_rewrite を使用できる場合、以下を .htaccess に追加すると機能するはずです。
RewriteEngine On RewriteBase /base/path RewriteRule ^.*$ service.php