嘉缘人才v2014伪静态之ISAPI_Rewrite
嘉缘人才v2014伪静态之iis6下
# FR-HRCMS PHP2014
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)/index.html\?*(.*)$ $1/index.php\?$2
RewriteRule ^(.*)/c(+)\.html\?*(.*)$ /co/company.php?id=$2&$3
RewriteRule ^(.*)/ch(+)\.html\?*(.*)$ /co/hire.php?id=$2&$3
RewriteRule ^(.*)/chs(+)\.html\?*(.*)$ /co/hires.php?id=$2&$3
RewriteRule ^(.*)/cn(+)\.html\?*(.*)$ /co/new.php?id=$2&$3
RewriteRule ^(.*)/cp(+)\.html\?*(.*)$ /co/pic.php?id=$2&$3
RewriteRule ^(.*)/cps(+)\.html\?*(.*)$ /co/pics.php?id=$2&$3
RewriteRule ^(.*)/cm(+)\.html\?*(.*)$ /co/map.php?id=$2&$3
RewriteRule ^(.*)/cc(+)\.html\?*(.*)$ /co/comment.php?id=$2&$3
RewriteRule ^(.*)/cg(+)\.html\?*(.*)$ /co/guestbook.php?id=$2&$3
RewriteRule ^(.*)/cct(+)\.html\?*(.*)$ /co/contact.php?id=$2&$3
RewriteRule ^(.*)/p(+)\.html\?*(.*)$ /person/person.php?id=$2&$3
RewriteRule ^(.*)/pr(+)\.html\?*(.*)$ /person/resume.php?id=$2&$3
RewriteRule ^(.*)/pp(+)\.html\?*(.*)$ /person/pic.php?id=$2&$3
RewriteRule ^(.*)/pc(+)\.html\?*(.*)$ /person/comment.php?id=$2&$3
RewriteRule ^(.*)/prl(+)\.html\?*(.*)$ /person/resumelist.php?t=$2&$3
RewriteRule ^(.*)/an(+)\.html\?*(.*)$ /article/info.php?id=$2&$3
RewriteRule ^(.*)/an(+)_(+)\.html\?*(.*)$ /article/info.php?id=$2&page=$3&$4
RewriteRule ^(.*)/al(+)\.html\?*(.*)$ /article/list.php?id=$2&$3
RewriteRule ^(.*)/al(+)_(+)\.html\?*(.*)$ /article/list.php?id=$2&page=$3&$4
RewriteRule ^(.*)/dl(+)\.html\?*(.*)$ /down/list.php?id=$2&$3
RewriteRule ^(.*)/dd(+)\.html\?*(.*)$ /down/down.php?id=$2&$3
RewriteRule ^(.*)/el(+)\.html\?*(.*)$ /evalua/list.php?id=$2&$3
RewriteRule ^(.*)/ei(+)\.html\?*(.*)$ /evalua/info.php?id=$2&$3
RewriteRule ^(.*)/smj(+)\.html\?*(.*)$ /co/major.php?id=$2&$3
RewriteRule ^(.*)/sms(+)\.html\?*(.*)$ /co/majors.php?id=$2&$3
RewriteRule ^(.*)/ss(+)\.html\?*(.*)$ /co/student.php?id=$2&$3
RewriteRule ^(.*)/sss(+)\.html\?*(.*)$ /co/students.php?id=$2&$3
RewriteRule ^(.*)/spr(+)\.html\?*(.*)$ /co/professor.php?id=$2&$3
RewriteRule ^(.*)/sps(+)\.html\?*(.*)$ /co/professors.php?id=$2&$3
RewriteRule ^(.*)/sr(+)\.html\?*(.*)$ /co/require.php?id=$2&$3
RewriteRule ^(.*)/srs(+)\.html\?*(.*)$ /co/requires.php?id=$2&$3
RewriteRule ^(.*)/ssl_(+)\.html\?*(.*)$ /school/schoollist.php?page=$2&$3
RewriteRule ^(.*)/spl_(+)\.html\?*(.*)$ /school/professorlist.php?page=$2&$3
RewriteRule ^(.*)/srl_(+)\.html\?*(.*)$ /school/requirelist.php?page=$2&$3
RewriteRule ^(.*)/sstl_(+)\.html\?*(.*)$ /school/studentlist.php?page=$2&$3
RewriteRule ^(.*)/sml_(+)\.html\?*(.*)$ /school/majorlist.php?page=$2&$3
RewriteRule ^(.*)/tce(+)\.html\?*(.*)$ /co/course.php?id=$2&$3
RewriteRule ^(.*)/tcs(+)\.html\?*(.*)$ /co/courses.php?id=$2&$3
RewriteRule ^(.*)/tt(+)\.html\?*(.*)$ /co/trainer.php?id=$2&$3
RewriteRule ^(.*)/tts(+)\.html\?*(.*)$ /co/trainers.php?id=$2&$3
RewriteRule ^(.*)/ti(+)_(+)\.html\?*(.*)$ /co/info.php?t=$2&id=$3&$4
RewriteRule ^(.*)/ttl_(+)\.html\?*(.*)$ /train/trainlist.php?page=$2&$3
RewriteRule ^(.*)/tcl_(+)\.html\?*(.*)$ /train/courselist.php?page=$2&$3
RewriteRule ^(.*)/ttrl_(+)\.html\?*(.*)$ /train/trainerlist.php?page=$2&$3
RewriteRule ^(.*)/hrlist\.html\?*(.*)$ /hr/list.php?$2
RewriteRule ^(.*)/hr(+)\.html\?*(.*)$ /hr/hr.php?id=$2&$3
RewriteRule ^(.*)/hsh(+)\.html\?*(.*)$ /hr/seniorhire.php?id=$2&$3
RewriteRule ^(.*)/hi(+)_(+)\.html\?*(.*)$ /co/info.php?t=$2&id=$3&$3
RewriteRule ^(.*)/hss(+)\.html\?*(.*)$ /co/seniorhires.php?id=$2&$3
RewriteRule ^(.*)/hs(+)\.html\?*(.*)$ /co/seniorhire.php?id=$2&$3
RewriteRule ^(.*)/hsl_(+)\.html\?*(.*)$ /hunter/seniorhirelist.php?page=$2&$3
RewriteRule ^(.*)/hhl_(+)\.html\?*(.*)$ /hunter/hunterlist.php?page=$2&$3
RewriteRule ^(.*)/common/(+)\.html\?*(.*)$ $1/common/$2.php?$3
RewriteRule ^(.*)/common/(+)(+)\.html\?*(.*)$ $1/common/$2.php?id=$3&$4
RewriteRule ^(.*)/vvh(+)\.html\?*(.*)$ /vhire/vhire.php?id=$2&$3
RewriteRule ^(.*)/vvr(+)\.html\?*(.*)$ /vhire/vresume.php?id=$2&$3
RewriteRule ^(.*)/vvhl_(+)\.html\?*(.*)$ /vhire/vhirelist.php?page=$2&$3
RewriteRule ^(.*)/vvrl_(+)\.html\?*(.*)$ /vhire/vresumelist.php?page=$2&$3
RewriteRule ^(.*)/zi(+)\.html\?*(.*)$ /zph/info.php?zid=$2&$3
以上代码复制到命名为httpd.ini文件中,在服务器IIS上设置支持Rewrite,然后在后台开启伪静态,清理缓存。
页:
[1]