1Next >
| bhbhbh01 | 发表于:10-12-10 10:36 [添加收藏] 楼主 [回复] #Top# |
|---|---|
人气:6
积分:31
金币:122
|
采用Win+APM Express架构的本地服务器下伪静态的设置, <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)(/(list|page)(-[0-9]+)+.html)$ $1/index.php$2 RewriteRule ^(.*)(/tag-.+?(-[0-9]+)?.html)$ $1/index.php$2 </IfModule> 设置好后,页面打开 Not FoundThe requested URL /king/page-4-1.html was not found on this server. 到底该怎么设置啊,
Ta最近还发表过
[疑问]
使用官方的留言程序出现的问题
(11-06-20)
[疑问]
新建下载模型自定义字段后出现的问题
(11-01-19)
[疑问]
如何使用论坛模块?
(11-01-08)
[疑问]
采用Win+APM Express架构的本地服务器下伪静态的设置
(10-12-11)
随机阅读
[疑问]
如何更改kingcms5.1的网页模版路径?
(13-05-13)
[其他]
分享个看书网站
(12-05-23)
[模板]
做网站有站可以参考!有实力可以联系我。
(12-01-13)
[疑问]
大写的List和小写的list有什么不同
(11-07-15)
[其他]
今天才上来几分钟,连看到3个鸡蛋了
(11-06-15)
|
| bhbhbh01 | 发表于:10-12-10 10:38 沙发 [回复] #Top# |
|---|---|
人气:6
积分:31
金币:122
|
在 httpd.conf中添加管理后台,内容管理 这句话的意思是指在httpd.conf中添加
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)(/(list|page)(-[0-9]+)+.html)$ $1/index.php$2 RewriteRule ^(.*)(/tag-.+?(-[0-9]+)?.html)$ $1/index.php$2 </IfModule> 就可以了吗? |
| bleach | 发表于:10-12-11 16:26 板凳 [回复] #Top# |
|---|---|
![]() ![]()
人气:87
积分:32
金币:1003
|
给个蛋吧..
|
1Next >