JTBC(CMS)

开源与免费的跨平台网站内容管理系统解决方案

腾讯交流群: 2254994
技术支持群: 27032719
首页 » 在线论坛 » PHP版本 
帖子内容
1 楼
modisso
注册会员
积分 88
注册 2010-05-28
     
老大进来一下关于 .htaccess实现地址重写
PHP版本用.htaccess实现地址重写 .htaccess 内容例子:

RewriteEngine on
RewriteRule ^aboutus/detail-(.[0-9]*).html$ aboutus/index.php?type=detail&id=$1
RewriteRule ^aboutus/detail-(.[0-9]*)-(.[0-9]*).html$ aboutus/index.php?type=detail&id=$1&page=$2
RewriteRule ^article/list-(.[0-9]*).html$ newsandevents/index.php?type=list&offset=$1
RewriteRule ^article/detail-(.[0-9]*).html$ newsandevents/index.php?type=detail&id=$1
RewriteRule ^article/detail-(.[0-9]*)-(.[0-9]*).html$ newsandevents/index.php?type=detail&id=$1&page=$2

对上面地址重写后, 需要修改链接地址, 也可以自定义添加1个链接模式就可以了
你发布的这个地址从写 要怎么做才能实现,你给举个例子吗,说的详细点
2010-07-09 23:49:02
2 楼
jetiben
管理员
积分 7082
注册 2006-06-28
     
回复: 老大进来一下关于 .htaccess实现地址重写
.htaccess 是一个配置文件,一般 linux 的虚拟主机均有效,windows 的虚拟主机均无效,放在网站的根目录下就可以了。
2010-07-10 09:33:58
3 楼
solomon
银牌会员
积分 710
注册 2010-02-01
     
回复: 老大进来一下关于 .htaccess实现地址重写
我放上就没成功过。
2010-07-10 10:19:04 JTBC 加油!
4 楼
apje
注册会员
积分 1444
注册 2008-03-08
     
回复: 老大进来一下关于 .htaccess实现地址重写
好看不好用··就是伪静态
2010-07-10 11:49:26 [承接]【ASP & PHP & ASP.NET】JTBC模块开发、功能增强、模板制作 QQ:175941201
5 楼
modisso
注册会员
积分 88
注册 2010-05-28
     
回复: 老大进来一下关于 .htaccess实现地址重写
我放上去也没有成功。链接地址怎么修改
2010-07-10 17:22:59