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.com,它应该重写为[并显示给读者]:
google.com
mysite.com/go/google
这可能吗?关于如何在 .htaccess 中执行此操作的任何想法?
您不能重写外部网址。重写不查看您的 html 代码,它查看发送到 Apache 的请求,并根据您的重写规则提取内容。