我是否可以在不更改脚本的情况下使用.htaccess将我的网址上的ID更改为说明?
在我的数据库中,我有专栏id
和description
,id=11
和description=Strawberry Soap
在file.php上
$DisplayItemRowHTML .= '<a href="ItemDetails.php?id=' . $StockID . '">' . $StockImgLink . '</a>';
在网址栏上显示:http://localhost/url/ItemDetails.php?id=11
我希望将其更改为http://localhost/webSHOP/ItemDetails/Strawberry-Soap