【发布时间】:2013-11-18 19:11:17
【问题描述】:
我怎样才能用 htaccess 重写这种 url .. 下面的例子是这些虚拟 url
更新 .htaccess,这样当有人访问 http://cheapbats.mediagroup.com/19 时,它会将他们重定向到 http://cheapbats.cmediagroup.com/index.php?ref=19
The rule is, if not a directory or file,是一个数字,然后重定向到index.php?
ref=[数字]
【问题讨论】:
标签: php regex apache .htaccess mod-rewrite