【问题标题】:htaccess redirect one page to another pagehtaccess 将一个页面重定向到另一个页面
【发布时间】:2016-06-06 05:14:03
【问题描述】:

【问题讨论】:

    标签: .htaccess redirect jomres


    【解决方案1】:

    解决办法

    Redirect /olddirectory/oldfile.html http://example.com/newdirectory/newfile.html
    

    这里是链接,参考.htaccess Redirect

    编辑 1

    为了重定向请求,您需要启用代理模块,并在配置文件中启用 proxy_http_module 然后,您使用

    RewriteRule towns%5B0%5D countries%5B0%5D [NC,P]
    

    【讨论】:

    • 你启用代理模块和proxy_http_module了吗?
    • $proxy_enable = '0';
    猜你喜欢
    • 2014-08-10
    • 2016-12-19
    • 1970-01-01
    • 2014-09-01
    • 1970-01-01
    • 2012-09-09
    • 2013-02-08
    • 1970-01-01
    相关资源
    最近更新 更多