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.
website.com/yt/MGEPkLPGB6E
転送します
youtube.com/watch?v=MGEPkLPGB6E
.htaccess ファイルまたは Apache の構成で次のようなものを使用すると、うまくいくはずです。
RewriteEngine On RewriteRule ^yt/(.*)$ http://youtube.com/watch?v=$1
もちろん、これはmod_rewriteモジュールが有効になっている場合です。
mod_rewrite