すべてのリクエストを /public/index.php にリダイレクトする htaccess ファイルがあります。
AuthType Basic
AuthName "Access to /testsite"
AuthUserFile /kunden/homepages/28/d446685396/htpasswd
Require user oglover
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . public/index.php [L]
www.mywebsite.com/aboutus、www.mywebsite.com/contact、www.mywebsite.com/news など、すべてのリクエストに対して正常に機能します。エラー。新しい Web ホストに移動するまではすべて問題なく機能していましたが、これを修正する方法がわかりません。