我有一个页面是helpdesk.xxx.com,我需要将其重定向到外部 URL https://xxx.dyndns.org:49551 到目前为止,它可以使用此代码
RewriteEngine on
AddHandler application/x-httpd-php5s .php
RewriteCond %{HTTP_HOST} ^helpdesk\.xxx\.com$
RewriteRule ^/?$ "https\:\/\/xxx\.dyndns\.org\:\49551" [L]
问题是我需要当用户访问helpdesk.xxx.com时,url 在 redirect 之后不会保持不变。
我需要网址保持不变或至少我可以隐藏端口
- 我尝试使用 iframe,但数字证书有问题,所有浏览器都阻止了该页面
- 我尝试在 .htaccess 文件中使用反向代理,但我不知道我在做什么
- 作为外部 dns,我可以管理 php 的配置文件,我只能使用 php 中的 .htaccess 或我自己域中的 iis 6