【问题标题】:Hide folder from displaying in browser URL and handle redirects隐藏文件夹以防止在浏览器 URL 中显示并处理重定向
【发布时间】:2011-02-07 22:30:21
【问题描述】:

我现在有一个这样的网站:

http://www.mysite.com/cms/index.php

我想从 URL 中隐藏 /cms 文件夹。我还需要管理来自旧文件夹结构的重定向 - 如果有必要的话。

谢谢

【问题讨论】:

    标签: apache drupal


    【解决方案1】:
    RewriteRule ^/cms(.*) $1 [redirect=301,last]
    RewriteRule ^/(.*) /cms/$1
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-01-25
      • 1970-01-01
      • 2019-02-05
      • 2013-08-06
      • 1970-01-01
      • 2013-06-25
      • 2015-11-19
      • 1970-01-01
      相关资源
      最近更新 更多