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.
Google は、アプリのサブドメイン、つまり myapp.herokuapp.com で私の heroku アプリのページの一部をスパイダー化したようです。これらすべてのページが実際のアプリ ドメイン www.myapp.com を指すように、301 リダイレクトを行う必要があります。
Djangoでこれを行う方法はありますか? リダイレクト アプリは 404 に対してのみ機能するため、これは役に立ちません。RedirectView のすべての例はドメイン パス用です。
Django ホスト名リダイレクトアプリとそのミドルウェアを使用できます。