【问题标题】:Is there a way to know the original URL from the friendly?有没有办法从友好的人那里知道原始 URL?
【发布时间】:2012-03-30 19:10:48
【问题描述】:

可以说已经两年了(很多人离开了公司),我们不再知道真正的路径在哪里:

http://mysubdomain.domain.com/some-friendly-url

有没有办法知道?

【问题讨论】:

    标签: apache mod-rewrite friendly-url


    【解决方案1】:

    如果无法访问 Apache 配置(或 .htaccess),不,你没有。它对浏览器完全透明。

    一些 (PHP) 网站就是这样做的:

    RewriteRule ^ index.php [QSA,L]
    

    这意味着所有逻辑都隐藏在您的 Web 应用程序中。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-02-17
      • 2012-07-27
      • 1970-01-01
      • 2011-07-30
      相关资源
      最近更新 更多