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)
随机阅读
[疑问]
人民币支付解决分类分页的问题
(14-02-21)
[疑问]
为什么我上传程序的时候总是失败????
(12-11-09)
[分享]
楼盘 地图的 经度 纬度 怎么获取的
(12-04-03)
[分享]
搜索引擎不是一个简单的工具,他是一种生活方式!
(11-11-16)
[疑问]
调用自定义模型 里面的自定栏目文章无效?
(11-07-06)
|
| 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 >