【发布时间】:2016-03-17 16:37:09
【问题描述】:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^([a-zA-Z0-9-]+)/?$ listenAlbum.php?url=$1
RewriteRule ^([a-zA-Z0-9-]+)/category/?$ category.php?name=$1
我有这个 .htaccess 文件 当我尝试打开http://mywebsite.com/my-album 时,它运行良好 但是当我尝试像这样在类别页面上导航时 http://mywebsite.com/category/category-name 它给出了 404 Not Found 有人可以帮忙吗?
【问题讨论】: