.htaccessに次の行があります
LINE 1: RewriteRule ^user/account$ /bootstrap/user/account.php [NC]
LINE 2: RewriteRule ^user/account/picture$ /bootstrap/user/upload_picture.php [NC]
LINE 3: RewriteRule ^user/account/preferences$ /bootstrap/json/edit-preferences.php [NC]
LINE 4: RewriteRule ^user/account/password$ /bootstrap/json/change-password.php [NC]
LINE1は正常に動作します。LINE2は正常に動作します。LINE3エラー404。LINE4エラー404。
何か案が?
ところで、私のローカルサーバーでは、ルートディレクトリに配置されているため、正常に動作します。私のオンラインサーバーでは、フォルダブートストラップのルートディレクトリに配置されています。