1Next >
bhbhbh01 | 发表于:10-12-10 10:36 [添加收藏] 楼主 [回复] #Top# |
---|---|
![]() ![]() |
采用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)
随机阅读
[疑问]
演示模版里面的makesitemap.php运行就会出现错误?
(12-05-10)
[使用]
希望管理员能认证一下。恋上了kingcms
(12-01-15)
[使用]
地方版升级意见征求
(11-12-29)
[疑问]
如何自定义扩展会员系统的模块
(11-02-24)
[其他]
百度最近收录好慢
(10-12-18)
|
bhbhbh01 | 发表于:10-12-10 10:38 沙发 [回复] #Top# |
---|---|
![]() ![]() |
在 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# |
---|---|
![]() ![]() ![]() ![]() ![]() |
给个蛋吧..
|
1Next >