【发布时间】:2015-06-24 17:17:02
【问题描述】:
是否可以根据URL中传递的参数将URL重写到不同的子文件夹?我找到了Question1 和Qestion2,但它们不适用于我的示例。考虑以下情况
www.mywebsite.com/about/overview
重写为
www.mywebsite.com/about/index.php?a=overview
同样
www.mywebsite.com/contact-us/office
重写为
www.mywebsite.com/contact-us/index.php?a=office
或
www.mywebsite.com/contact-us/home
重写为
www.mywebsite.com/contact-us/index.php?a=home
【问题讨论】:
标签: apache .htaccess url mod-rewrite url-rewriting