【问题标题】:htaccess - rewrite urlshtaccess - 重写网址
【发布时间】:2011-04-06 13:14:13
【问题描述】:

如何将 url: http://my_domain_name/file_name 重写为: http://my_domain_name/depicions/file_name.html

例如:网址:http://domain.com/application 到网址:http://domain.com/depictions/application.html

【问题讨论】:

  • http://my_domain_name/ 应该做什么?

标签: .htaccess url rewrite


【解决方案1】:

对于每个file_name

RewriteEngine On
RewriteRule ^(.+) depictions/$1.html [L]

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-09-23
    • 2016-10-29
    • 2022-01-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多