【发布时间】:2015-04-14 22:16:36
【问题描述】:
我在 ipage 服务器的 .htaccess 直接编辑器中使用以下代码来更改我网站的页面网址
例如:
http://foodinger.in/viewRestaurant.php?raipur=Barbecue-Country&id=3006
到
http://foodinger.in/viewRestaurant/raipur/Barbecue-Country
但它不起作用
重写引擎开启
重写规则 viewRestaurant/raipur/(.*)/viewRestaurant.php?raipur=$1&id=$2
重写规则 viewRestaurant/raipur/(.*) viewRestaurant.php?raipur=$1&id=$2
我做错了什么吗,如果我错了,请任何人建议我正确的方法? 提前致谢
【问题讨论】:
标签: php apache .htaccess mod-rewrite