【发布时间】:2010-02-26 18:33:45
【问题描述】:
我在 .htaccess 中有这个:
RewriteEngine On
RewriteRule ^videos/([0-9]+)/?$ vis_film.php?id=$1 [NC,L]
我的页面是 根/目录/目录/videos/vis_film.php?id=2
但我希望它是
根目录/目录/目录/videos/2/
我把 .htaccess 文件放在了videos/中,对吗?我做错了什么?
【问题讨论】:
标签: url rewrite mod-rewrite