网站伪静态配备正确,其他页面伪静态都正常,单独有个页面404。求解

WBOY
Release: 2016-06-13 12:40:02
Original
782 people have browsed it

网站伪静态配置正确,其他页面伪静态都正常,单独有个页面404。求解
[size=14px]{url}/?mod=rssfeed&type=webdir&cid=969就是这个页面要做伪静态要写成下面的规则{url}/rssfeed/webdir/{url}/rssfeed/webdir/969.html伪静态规则:RewriteRule ^rssfeed\/(.+)/$ index.php\?mod=rssfeed&type=$1RewriteRule ^rssfeed\/(.+)/(\d+)\.html$ index.php\?mod=rssfeed&type=$1&cid=$2httpd.ini报错Line 4: CacheClockRate directive ignored. It could be used only in the global configuration file 想知道是伪静态规则的问题还是什么原因[/size] 

伪静态 php iis伪静态 伪静态出错
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template