在.htaccess中使用代理有助于显示特定的URL而无需重定向

时间:2015-09-21 21:57:06

标签: wordpress apache .htaccess proxy

我需要在特定文件夹(http://blog.site.com/blog/home/)中显示WordPress博客(网址http://blog.site.com/blog2)中的特定网页,而不更改网址。

我在.htaccess中使用此代码:

<proxy http://blog.site.com/blog/home/>
       Allow from all
</proxy>
ProxyPass /blog2 http://blog.site.com/blog/home/
ProxyPassReverse /blog2 http://blog.site.com/blog/home/

但它显示找不到页面错误。

有人知道如何实现这个目标吗?

0 个答案:

没有答案