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.
sub.domain.com にあるスクリプトを domain.com にロードする方法はありますか? サブドメインのフォルダーからスクリプトを移動せずに、どうにかしてこれを行う必要があります。
htacessでこれを行う方法はありますか?
ありがとう
のサブフォルダにあるdomain.com/scriptからロードするには、次を使用できます。sub.domain.com/scriptdomain.com
domain.com/script
sub.domain.com/script
domain.com
Redirect /script /subdomain/script
ブラウザのURLを同じままにしたい場合は、RewriteRule代わりに使用する必要があります
RewriteRule
RewriteEngine On RewriteRule script subdomain/script