私の .htaccess 書き換えルールは次のとおりです。
RewriteCond %{REQUEST_URI} ^/eshop/$
RewriteRule ^(.*)$ %{REQUEST_URI}index.php/eshop-new-home/ [R,L]
RewriteCond %{REQUEST_URI} ^/eshop/index.php/$
RewriteRule ^(.*)$ %{REQUEST_URI}eshop-new-home/ [R,L]
これらの設定はローカルホストでは適切に機能しますが、ライブ Web サイトでは機能しません。解決策はありますか?