0
我嘗試通過我的網站訪問另一個網站。我使用.htaccess重定向代碼來做到這一點,但沒有完成。如何重定向而不更改鏈接到另一個鏈接.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.
請幫助我在此。謝謝。
嗨,我的答案有幫助嗎?請提供反饋。 – Capsule