西部数码域名论坛
标题:
thinkphp 搜索页分页乱码急!!!!!
[打印本页]
作者:
wjdwow
时间:
2017-3-2 21:16
标题:
thinkphp 搜索页分页乱码急!!!!!
thinkphp 搜索页分页乱码 在搜索页的第一页是正常显示的 但是点击第二页的时候就 无法显示了
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="已导入的规则 1" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php/{R:1}" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
这个是我的伪静态规则 不知道是规则的问题 还是什么问题 怎么解决啊 急!!!!!
欢迎光临 西部数码域名论坛 (https://club.west.cn/)
Powered by Discuz! X3.4