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.
我想在内部将域 redacted.org 重定向到 redacted.redacted.org。因此,当人们访问 redacted.org 时,他们会看到 redacted.redacted.org 而没有在地址栏中更改地址。
这个.htaccess文件应该放在 redacted.org 的根目录下:
.htaccess
RewriteEngine On RewriteRule (.*) /path/to/redacted.redacted.org
PS。看到有关该问题的评论,我不是唯一一个想知道您在发布之前为解决问题所做的尝试。