问题:我希望网址看起来像是StackOverflow开发了用户友好网址的网址。但是我的htaccess中的这段代码没有给出预期的输出,我不知道出了什么问题。
有关如何解决此问题的任何建议?
我希望我的网址如何显示: localhost / project / item / item-name / item-code / 12345 / item-number / 12345
屏幕上显示错误:错误404页面未找到 link to the screenshot
编辑:这是我目前的htaccess代码
Options +FollowSymlinks RewriteEngine on
RewriteRule ^product/? ([^/])/?([^/])/?([^/]*)
product.php?productname=$productname&productcode=$productcode&productid=$productid
答案 0 :(得分:0)
这是我目前的htaccess代码
选项+ FollowSymlinks
上的RewriteEngineRewriteRule ^ product /? ([^ /] )/?([^ /] )/?([^ /] *)product.php?productname = $ productname& productcode = $ productcode& productid = $ productid