这是我在.htaccess
中的当前代码
# Rewrite for category.php?cat=xxxxx
RewriteRule ^category/([0-9a-zA-Z-]+) category.php?cat=$1&page=$2 [NC,L]
我得到category/dog/1
但是我怎么可以这样实现:
category/dog/page/1
答案 0 :(得分:0)
这是阅读和测试后的答案;
.navbar-spacer {
flex: 1 1 auto;
}
.header {
min-width: 319px;
width: 100%;
flex-shrink: 0;
flex-grow: 0;
}