【发布时间】:2017-07-31 02:44:48
【问题描述】:
我正在尝试通过我的网站访问另一个网站。我使用 .htaccess 重定向代码来做到这一点,但它没有完成。
我想在不更改网址的情况下将https://web.karlosms.com 重定向到http://36.255.3.40:80。
我尝试使用此代码,但它不起作用。
RewriteEngine On
RewriteCond %{HTTP_HOST} ^web.karlosms.com
RewriteRule ^(.*) http://36.255.3.40:80/$1 [P]
显示错误:
Forbidden
You don't have permission to access /index.html on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
请帮助我。谢谢。
【问题讨论】:
-
嗨,我的回答有帮助吗?请提供反馈。
标签: php apache .htaccess redirect