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.
こことどこでもすべてのヘルプを読みましたが、問題を解決できません。 htaccess を使用して /rstu1s/it で始まるすべての URL をリダイレクトしたいURL 404 リンクを何百も取得しました。ルートにリダイレクトします。私はいくつかの試みをしましたが、常に404を取得します!!!
ありがとうトゥルー
mod_alias の使用:
RedirectMatch 301 ^/rstu1s/it /
mod_rewrite の使用:
RewriteEngine On RewriteRule ^rstu1s/it / [L,R=301]
これらはすべて、ドキュメント ルートの htaccess ファイルにある必要があります。