我需要在我的网站上添加“你在这里”导航链接。例如:
Home->Automobiles->cars
我可以假设的唯一方法是网页中的硬编码链接。如果需要,我有很多文件。有没有简单的方法或替代方法来克服这个问题?感谢您的建议。谢谢。
注意:我在我的网站中使用 mod Rewrite,如下例所示:
RewriteRule ^Automobiles/([^/]*)/([^/]*)/([^/]*)/([^/]*)\.html$ /Automobiles/info.php?make=$1&model=$2&ad_id=$3&name=$4 [L]
链接是这样的:
http://www.abc.com/Automobiles/Nissan/Sunny/1/Car_for_sale.html
我需要导航是这样的:
Home->Automobiles->Car_for_sale