问题1:https://www.mytheme.cn/article.html
开启伪静态后只能访问首页,打开分类404或者直接跳转到首页。
解决方法:
Options +FollowSymlinks -Multiviews
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
在.htaccess文件里,把问号去掉即可。
问题2:
查询的时候怎么把地址后面的杠—————-去掉?
类似:http://xxxxx.com/vodsearch—————-.html
解决方法:
路由规则把
vodsearch/<wd?>-<actor?>-<area?>-<by?>-<class?>-<director?>-<lang?>-<letter?>-<level?>-<order?>-<page?>-<state?>-<tag?>-<year?> => vod/search
改成如下
vodsearch/ => vod/search
更多苹果cms使用教程请参考: