ubuntu OS の localhost で zend プロジェクトを作成しましたが、ローカル システムで完全に動作しています。今、このプロジェクトをオンラインにアップロードしたいと思います。ドメイン名とホスティングを購入しました。ファイルをアップロードするためのディレクトリ構造は次のとおりです。
/www.example.com/web/content/
したがって、www.example.comはフォルダーを指してい/www.example.com/web/content/
ます。このディレクトリ構造は変更できません。すべてのパブリックフォルダー ファイルを/www.example.com/web/content/
、application、library、およびtestsフォルダーに配置し/www.example.com/web/
ます。したがって、ローカル システムと同じディレクトリですが、パブリック フォルダーのみがコンテンツ フォルダーに名前が変更されます。
ホームページが正常に表示されるようになりましたが、リンクをクリックしたり、他の Web ページにリダイレクトしたりするたびに、次のエラーが発生します。
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2 Server at example.com Port 80
何か案が ?
ありがとう