phpyun6.0人才招聘系统nginx伪静态规则

我们提供的是伪静态规划,需要服务器支持伪静态。不会配置的话可以找我帮忙+Q: 735660248
nginx.conf伪静态规则

if (!-f $request_filename){set $rule_0 1$rule_0;
}
if (!-d $request_filename){set $rule_0 2$rule_0;
}
if ($rule_0 = "21"){rewrite ^/news.html$ /news.html last;
}rewrite ^/(.*)/c_(.*)\.html$ /$1/index.php?yunurl=c_$2 last;
rewrite ^/company/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html$ /company/index.php?city=$1&mun=$2&welfare=$3&hy=$4&pr=$5&rec=$6&keyword=$7&page=$8 last;
rewrite ^/company/([0-9]+)\.html$ /company/index.php?c=show&id=$1 last;
rewrite ^/company/(.*)\.html$ /company/index.php?yunurl=$1 last;
rewrite ^/ask/(.*)\.html$ /ask/index.php?yunurl=$1 last;
rewrite ^/resume/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*).html?(.+)$ /resume/index.php?c=search&job=$1&city=$2&salary=$3&age=$4&all=$5&tp=$6&order=$7&page=$8&keyword=$args last;
rewrite ^/announcement/(.*)\.html$ /announcement/index.php?yunurl=$1 last;
rewrite ^/once/list/(.*)-(.*)-(.*)\.html?(.+)$ /once/index.php?city=$1&add_time=$2&page=$3&keyword=$query_string last;
rewrite ^/tiny/list/(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$ /tiny/index.php?city=$1&sex=$2&exp=$3&add_time=$4&page=$5&keyword=$query_string last;
rewrite ^/once/(.*)\.html$ /once/index.php?yunurl=$1 last;
rewrite ^/tiny/(.*)\.html$ /tiny/index.php?yunurl=$1 last;
rewrite ^/map/(.*)\.html$ /map/index.php?yunurl=$1 last;
rewrite ^/evaluate/(.*)\.html$ /evaluate/index.php?yunurl=$1 last;
rewrite ^/resume/([0-9]+)\.html$ /resume/index.php?c=show&id=$1 last;
rewrite ^/resume/(.*)\.html$ /resume/index.php?yunurl=$1 last;
rewrite ^/lietou/(.*)\.html$ /lietou/index.php?yunurl=$1 last;
rewrite ^/train/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$ /train/index.php?c=$1&city=$2&hy=$3&all=$4&orderby=$5&page=$6&keyword=$query_string last;
rewrite ^/train/(.*)\.html$ /train/index.php?yunurl=$1 last;
rewrite ^/wap/(.*)\.html(.*)$ /wap/index.php?yunurl=$1 last;
rewrite ^/zph/(.*)\.html$ /zph/index.php?yunurl=$1 last;
rewrite ^/zphnet/(.*)\.html$ /zphnet/index.php?yunurl=$1 last;
rewrite ^/m_(.*)\.html$ /index.php?yunurl=m_$1 last;
rewrite ^/c_(.*)\.html$ /index.php?yunurl=c_$1 last;
rewrite ^/part/list/(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$ /part/index.php?city=$1&part_type=$2&cycle=$3&order=$4&page=$5&keyword=$query_string last;
rewrite ^/part/(.*)\.html$ /part/index.php?yunurl=$1 last;
rewrite ^/login/(.*)\.html$ /login/index.php?yunurl=$1 last;
rewrite ^/register/(.*)\.html$ /register/index.php?yunurl=$1 last;
rewrite ^/job/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$ /job/index.php?c=search&job=$1&city=$2&salary=$3&all=$4&tp=$5&cert=$6&order=$7&page=$8&keyword=$query_string last;
rewrite ^/job/(.*)\.html$ /job/index.php?c=comapply&id=$1 last;
rewrite ^/job/(.*)\.html$ /job/index.php?yunurl=$1 last;
rewrite ^/company/company-show-(.*)\.html$ /company/index.php?id=$1 last;
rewrite ^/company/(.*)/(.*)\.html$ /company/index.php?tp=$1&id=$2 last;
rewrite ^/lietou/(.*)\.html$ /lietou/index.php?c=jobshow&id=$1 last;
rewrite ^/article/(.*)\.html$ /index.php?m=article&c=show&id=$1 last;
rewrite ^/redeem/list/(.*)-(.*)-(.*)-(.*)\.html$ /redeem/index.php?c=list&intinfo=$1&nid=$2&tnid=$3&page=$4 last;rewrite ^/school/joblist/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$ /school/index.php?c=job&city=$1&edu=$2&uptime=$3&pr=$4&job1=$5&job1_son=$6&job_post=$7&page=$8&keyword=$query_string last;
rewrite ^/school/xjhlist/(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$ /school/index.php?c=xjh&city=$1&level=$2&adtime=$3&tp=$4&page=$5&keyword=$query_string last;
rewrite ^/school/yxlist/(.*)-(.*)-(.*)-(.*)\.html?(.+)$ /school/index.php?c=academy&city=$1&categty=$2&level=$3&page=$4&keyword=$query_string last;
rewrite ^/school/(.*)\.html$ /school/index.php?yunurl=$1 last;
rewrite ^/spview/list/(.*)-(.*)-(.*)-(.*)\.html?(.+)$ /spview/index.php?city=$1&hy=$2&pr=$3&page=$4&keyword=$query_string last;

httpd(IIS6.0).ini伪静态规则

[ISAPI_Rewrite]
# phpyun.com V4.0
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /news\.html /news.html [I,L]
RewriteRule /index.html /index.html [I,L]
RewriteRule /(.*)/c_(.*)\.html /$1/index.php\?yunurl=c_$2 [I,L]
RewriteRule /company/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html /company/index.php\?city=$1&mun=$2&welfare=$3&hy=$4&pr=$5&rec=$6&keyword=$7&page=$8 [I,L]
RewriteRule /company/([0-9]+)\.html /company/index.php\?c=show&id=$1 [I,L]
RewriteRule /company/(.*)\.html /company/index.php\?yunurl=$1 [I,L]
RewriteRule /ask/(.*)\.html /ask/index.php\?yunurl=$1 [I,L]
RewriteRule /resume/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*).html?(.+) /resume/index.php\?c=search&job=$1&city=$2&salary=$3&age=$4&all=$5&tp=$6&order=$7&page=$8&keyword={QUERY_STRING} [I,L]
RewriteRule /announcement/(.*)\.html /announcement/index.php\?yunurl=$1 [I,L]
RewriteRule /once/list/(.*)-(.*)-(.*).html?(.+) /once/index.php\?city=$1&add_time=$2&page=$3&keyword={QUERY_STRING} [I,L]
RewriteRule /tiny/list/(.*)-(.*)-(.*)-(.*)-(.*).html?(.+) /tiny/index.php\?city=$1&sex=$2&exp=$3&add_time=$4&page=$5&keyword={QUERY_STRING} [I,L]RewriteRule /once/(.*)\.html /once/index.php\?yunurl=$1 [I,L]
RewriteRule /tiny/(.*)\.html /tiny/index.php\?yunurl=$1 [I,L]
RewriteRule /map/(.*)\.html /map/index.php\?yunurl=$1 [I,L]
RewriteRule /evaluate/(.*)\.html /evaluate/index.php\?yunurl=$1 [I,L]
RewriteRule /resume/([0-9]+)\.html /resume/index.php\?c=show&id=$1 [I,L]
RewriteRule /resume/(.*)\.html /resume/index.php\?yunurl=$1 [I,L]
RewriteRule /lietou/(.*)\.html /lietou/index.php\?yunurl=$1 [I,L]
RewriteRule /train/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+) train/index.php?c=$1&city=$2&hy=$3&all=$4&orderby=$5&page=$6&keyword={QUERY_STRING} [I,L]
RewriteRule /train/(.*)\.html /train/index.php\?yunurl=$1 [I,L]
RewriteRule /wap/(.*)\.html(.*) /wap/index.php\?yunurl=$1 [I,L]
RewriteRule /zph/(.*)\.html /zph/index.php\?yunurl=$1 [I,L]
RewriteRule /zphnet/(.*)\.html /zphnet/index.php\?yunurl=$1 [I,L]
RewriteRule /m_(.*)\.html /index.php\?yunurl=m_$1 [I,L]
RewriteRule /c_(.*)\.html /index.php\?yunurl=c_$1 [I,L]
RewriteRule /part/list/(.*)-(.*)-(.*)-(.*)-(.*).html?(.+) /part/index.php\?city=$1&part_type=$2&cycle=$3&order=$4&page=$5&keyword={QUERY_STRING} [I,L]
RewriteRule /part/(.*)\.html /part/index.php\?yunurl=$1 [I,L]
RewriteRule /login/(.*)\.html /login/index.php\?yunurl=$1 [I,L]
RewriteRule /register/(.*)\.html /register/index.php\?yunurl=$1 [I,L]
RewriteRule /job/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*).html?(.+) /job/index.php\?c=search&job=$1&city=$2&salary=$3&all=$4&tp=$5&cert=$6&order=$7&page=$8&keyword={QUERY_STRING} [I,L]
RewriteRule /job/(.*)\.html /job/index.php\?c=comapply&id=$1 [I,L]
RewriteRule /job/(.*)\.html /job/index.php\?yunurl=$1 [I,L]
RewriteRule /company/company-show-(.*)\.html /company/index.php\?id=$1 [I,L]
RewriteRule /company/(.*)/(.*)\.html /company/index.php\?tp=$1&id=$2 [I,L]
RewriteRule /lietou/(.*)\.html /lietou/index.php\?c=jobshow&id=$1 [I,L]
RewriteRule /article/(.*)\.html /index.php\?m=article&c=show&id=$1 [I,L]
RewriteRule /school/joblist/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+) /school/index.php\?c=job&city=$1&edu=$2&uptime=$3&pr=$4&job1=$5&job1_son=$6&job_post=$7&page=$8&keyword=%{QUERY_STRING} [I,L]
RewriteRule /school/xjhlist/(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+) /school/index.php\?c=xjh&city=$1&level=$2&adtime=$3&tp=$4&page=$5&keyword=%{QUERY_STRING} [I,L]
RewriteRule /school/yxlist/(.*)-(.*)-(.*)-(.*)\.html?(.+) /school/index.php\?c=academy&city=$1&categty=$2&level=$3&page=$4&keyword=%{QUERY_STRING} [I,L]
RewriteRule /school/(.*)\.html /school/index.php\?yunurl=$1 [I,L]
RewriteRule /redeem/list/(.*)-(.*)-(.*)-(.*)\.html /redeem/index.php\?c=list&intinfo=$1&nid=$2&tnid=$3&page=$4 [I,L]
RewriteRule /spview/list/(.*)-(.*)-(.*)-(.*)\.html?(.+) spview/index.php?city=$1&hy=$2&pr=$3&page=$4&keyword=%{QUERY_STRING} [I,L]

.htaccess伪静态规则

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^news\.html$ news\.html [L]
RewriteRule ^index\.html$ index\.html [L]
RewriteRule ^(.*)/c_(.*)\.html$ $1/index.php?yunurl=c_$2 [L]
RewriteRule ^company/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*).html$ company/index.php?city=$1&mun=$2&welfare=$3&hy=$4&pr=$5&rec=$6&keyword=$7&page=$8 [L]
RewriteRule ^company/([0-9]+)\.html$ company/index.php?c=show&id=$1 [L]
RewriteRule ^company/(.*)\.html$ company/index.php?yunurl=$1 [L]
RewriteRule ^ask/(.*)\.html$ ask/index.php?yunurl=$1 [L]
RewriteRule ^resume/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*).html?(.+)$ resume/index.php?c=search&job=$1&city=$2&salary=$3&age=$4&all=$5&tp=$6&order=$7&page=$8&keyword=%{QUERY_STRING} [L]
RewriteRule ^once/list/(.*)-(.*)-(.*).html?(.+)$ once/index.php?city=$1&add_time=$2&page=$3&keyword=%{QUERY_STRING} [L]
RewriteRule ^once/(.*)\.html$ once/index.php?yunurl=$1 [L]
RewriteRule ^tiny/list/(.*)-(.*)-(.*)-(.*)-(.*).html?(.+)$ tiny/index.php?city=$1&sex=$2&exp=$3&add_time=$4&page=$5&keyword=%{QUERY_STRING} [L]
RewriteRule ^tiny/(.*)\.html$ tiny/index.php?yunurl=$1 [L]
RewriteRule ^map/(.*)\.html$ map/index.php?yunurl=$1 [L]
RewriteRule ^evaluate/(.*)\.html$ evaluate/index.php?yunurl=$1 [L]
RewriteRule ^resume/([0-9]+)\.html$ resume/index.php?c=show&id=$1 [L]
RewriteRule ^resume/(.*)\.html$ resume/index.php?yunurl=$1 [L]
RewriteRule ^lietou/(.*)\.html$ lietou/index.php?yunurl=$1 [L]
RewriteRule ^train/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*).html?(.+)$ train/index.php?c=$1&city=$2&hy=$3&all=$4&orderby=$5&page=$6&keyword=%{QUERY_STRING} [L]
RewriteRule ^train/(.*)\.html$ train/index.php?yunurl=$1 [L]
RewriteRule ^wap/(.*)\.html(.*)$ wap/index.php?yunurl=$1 [L]
RewriteRule ^zph/(.*)\.html$ zph/index.php?yunurl=$1 [L]
RewriteRule ^zphnet/(.*)\.html$ zphnet/index.php?yunurl=$1 [L]
RewriteRule ^m_(.*)\.html$ index.php?yunurl=m_$1 [L]
RewriteRule ^c_(.*)\.html$ index.php?yunurl=c_$1 [L]
RewriteRule ^announcement/(.*)\.html$ announcement/index.php?yunurl=$1 [L]
RewriteRule ^part/list/(.*)-(.*)-(.*)-(.*)-(.*).html?(.+)$ part/index.php?city=$1&part_type=$2&cycle=$3&order=$4&page=$5&keyword=%{QUERY_STRING} [L]
RewriteRule ^part/(.*)\.html$ part/index.php?yunurl=$1 [L]
RewriteRule ^register/(.*)\.html$ register/index.php?yunurl=$1 [L]
RewriteRule ^job/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*).html?(.+)$ job/index.php?c=search&job=$1&city=$2&salary=$3&all=$4&tp=$5&cert=$6&order=$7&page=$8&keyword=%{QUERY_STRING} [L]
RewriteRule ^job/([0-9]+)\.html$ job/index.php?c=comapply&id=$1 [L]
RewriteRule ^company/company-show-(.*)\.html$ company/index.php?id=$1 [L]
RewriteRule ^company/(.*)/(.*)\.html$ company/index.php?tp=$1&id=$2 [L]
RewriteRule ^lietou/(.*)\.html$ lietou/index.php?c=jobshow&id=$1 [L]
RewriteRule ^article/(.*)\.html$ index.php?m=article&c=show&id=$1 [L]
RewriteRule ^school/joblist/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*).html?(.+)$ school/index.php?c=job&city=$1&edu=$2&uptime=$3&pr=$4&job1=$5&job1_son=$6&job_post=$7&page=$8&keyword=%{QUERY_STRING} [L]
RewriteRule ^school/xjhlist/(.*)-(.*)-(.*)-(.*)-(.*).html?(.+)$ school/index.php?c=xjh&city=$1&level=$2&adtime=$3&tp=$4&page=$5&keyword=%{QUERY_STRING} [L]
RewriteRule ^school/yxlist/(.*)-(.*)-(.*)-(.*).html?(.+)$ school/index.php?c=academy&city=$1&categty=$2&level=$3&page=$4&keyword=%{QUERY_STRING} [L]
RewriteRule ^school/(.*)\.html$ school/index.php?yunurl=$1 [L]
RewriteRule ^redeem/list/(.*)-(.*)-(.*)-(.*).html$ redeem/index.php?c=list&intinfo=$1&nid=$2&tnid=$3&page=$4 [L]
RewriteRule ^spview/list/(.*)-(.*)-(.*)-(.*).html?(.+)$ spview/index.php?city=$1&hy=$2&pr=$3&page=$4&keyword=%{QUERY_STRING} [L]
ErrorDocument 404 /Error.php
</IfModule>

web.config伪静态规则

<?xml version="1.0" encoding="UTF-8"?>
<configuration><system.webServer><rewrite><rules><rule name="news">
<match url="^news.html$" />
<action type="Rewrite" url="news.html" />
</rule>
<rule name="index">
<match url="^index.html$" />
<action type="Rewrite" url="index.html" />
</rule>
<rule name="diy_c">
<match url="^(.*)/c_(.*)\.html$" />
<action type="Rewrite" url="{R:1}/index.php?yunurl=c_{R:2}" />
</rule><rule name="diy_companylist">
<match url="^company/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html$" />
<action type="Rewrite" url="company/index.php?city={R:1}&amp;mun={R:2}&amp;welfare={R:3}&amp;hy={R:4}&amp;pr={R:5}&amp;rec={R:6}&amp;keyword={R:7}&amp;page={R:8}" />
</rule>
<rule name="companyshow">
<match url="^company/([0-9]+)\.html$" />
<action type="Rewrite" url="company/index.php?c=show&amp;id={R:1}" />
</rule>
<rule name="company">
<match url="^company/(.*)\.html$" />
<action type="Rewrite" url="company/index.php?yunurl={R:1}" />
</rule><rule name="ask">
<match url="^ask/(.*)\.html$" />
<action type="Rewrite" url="ask/index.php?yunurl={R:1}" />
</rule><rule name="diy_oncelist">
<match url="^once/list/(.*)-(.*)-(.*).html?(.+)$" />
<action type="Rewrite" url="once/index.php?city={R:1}&amp;add_time={R:2}&amp;page={R:3}&amp;keyword={QUERY_STRING}" />
</rule>
<rule name="once">
<match url="^once/(.*)\.html$" />
<action type="Rewrite" url="once/index.php?yunurl={R:1}" />
</rule><rule name="diy_tinylist">
<match url="^tiny/list/(.*)-(.*)-(.*)-(.*)-(.*).html?(.+)$" />
<action type="Rewrite" url="tiny/index.php?city={R:1}&amp;sex={R:2}&amp;exp={R:3}&amp;add_time={R:4}&amp;page={R:5}&amp;keyword={QUERY_STRING}" />
</rule>
<rule name="tiny">
<match url="^tiny/(.*)\.html$" />
<action type="Rewrite" url="tiny/index.php?yunurl={R:1}" />
</rule><rule name="diy_resumelist">
<match url="^resume/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$" />
<action type="Rewrite" url="resume/index.php?c=search&amp;job={R:1}&amp;city={R:2}&amp;salary={R:3}&amp;age={R:4}&amp;all={R:5}&amp;tp={R:6}&amp;order={R:7}&amp;page={R:8}&amp;keyword={QUERY_STRING}" />
</rule><rule name="announcement">
<match url="^announcement/(.*)\.html$" />
<action type="Rewrite" url="announcement/index.php?yunurl={R:1}" />
</rule><rule name="map">
<match url="^map/(.*)\.html$" />
<action type="Rewrite" url="map/index.php?yunurl={R:1}" />
</rule><rule name="evaluate">
<match url="^evaluate/(.*)\.html$" />
<action type="Rewrite" url="evaluate/index.php?yunurl={R:1}" />
</rule>
<rule name="resumeshow">
<match url="^resume/([0-9]+)\.html$" />
<action type="Rewrite" url="resume/index.php?c=show&amp;id={R:1}" />
</rule>
<rule name="resume">
<match url="^resume/(.*)\.html$" />
<action type="Rewrite" url="resume/index.php?yunurl={R:1}" />
</rule>
<rule name="lietou">
<match url="^lietou/(.*)\.html$" />
<action type="Rewrite" url="lietou/index.php?yunurl={R:1}" />
</rule><rule name="trainlist">
<match url="^train/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$" />
<action type="Rewrite" url="train/index.php?c={R:1}&amp;city={R:2}&amp;hy={R:3}&amp;all={R:4}&amp;orderby={R:5}&amp;page={R:6}&amp;keyword={QUERY_STRING}" />
</rule><rule name="train">
<match url="^train/(.*)\.html$" />
<action type="Rewrite" url="train/index.php?yunurl={R:1}" />
</rule>
<rule name="wap">
<match url="^wap/(.*)\.html(.*)$" />
<action type="Rewrite" url="wap/index.php?yunurl={R:1}" />
</rule>
<rule name="zph">
<match url="^zph/(.*)\.html$" />
<action type="Rewrite" url="zph/index.php?yunurl={R:1}" />
</rule>
<rule name="zphnet">
<match url="^zphnet/(.*)\.html$" />
<action type="Rewrite" url="zphnet/index.php?yunurl={R:1}" />
</rule>
<rule name="m">
<match url="^m_(.*)\.html$" />
<action type="Rewrite" url="index.php?yunurl=m_{R:1}" />
</rule>
<rule name="c">
<match url="^c_(.*)\.html$" />
<action type="Rewrite" url="index.php?yunurl=c_{R:1}" />
</rule><rule name="partlist">
<match url="^part/list/(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$" />
<action type="Rewrite" url="part/index.php?city={R:1}&amp;part_type={R:2}&amp;cycle={R:3}&amp;order={R:4}&amp;page={R:5}&amp;keyword={QUERY_STRING}" />
</rule><rule name="part">
<match url="^part/(.*)\.html$" />
<action type="Rewrite" url="part/index.php?yunurl={R:1}" />
</rule>
<rule name="login">
<match url="^login/(.*)\.html$" />
<action type="Rewrite" url="login/index.php?yunurl={R:1}" />
</rule>
<rule name="register">
<match url="^register/(.*)\.html$" />
<action type="Rewrite" url="register/index.php?yunurl={R:1}" />
</rule>
<rule name="diy_joblist">
<match url="^job/list/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$" />
<action type="Rewrite" url="job/index.php?c=search&amp;job={R:1}&amp;city={R:2}&amp;salary={R:3}&amp;all={R:4}&amp;tp={R:5}&amp;cert={R:6}&amp;order={R:7}&amp;page={R:8}&amp;keyword={QUERY_STRING}" />
</rule><rule name="job">
<match url="^job/(.*)\.html$" />
<action type="Rewrite" url="job/index.php?c=comapply&amp;id={R:1}" />
</rule>
<rule name="jobsearch">
<match url="^job/(.*)\.html$" />
<action type="Rewrite" url="job/index.php?yunurl={R:1}" />
</rule>
<rule name="companyshowold">
<match url="^company/company-show-(.*)\.html$" />
<action type="Rewrite" url="company/index.php?id={R:1}" />
</rule>
<rule name="companytp">
<match url="^company/(.*)/(.*)\.html$" />
<action type="Rewrite" url="company/index.php?tp={R:1}&amp;id={R:2}" />
</rule>
<rule name="lietoushow">
<match url="^lietou/(.*)\.html$" />
<action type="Rewrite" url="lietou/index.php?c=job&amp;id={R:1}" />
</rule>
<rule name="article">
<match url="^article/(.*)\.html$" />
<action type="Rewrite" url="article/index.php?m=article&amp;c=show&amp;id={R:1}" />
</rule><rule name="school_joblist">
<match url="^school/joblist/(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$" />
<action type="Rewrite" url="school/index.php?c=job&amp;city={R:1}&amp;edu={R:2}&amp;uptime={R:3}&amp;pr={R:4}&amp;job1={R:5}&amp;job1_son={R:6}&amp;job_post={R:7}&amp;page={R:8}&amp;keyword={QUERY_STRING}" />
</rule><rule name="school_xjhlist">
<match url="^school/xjhlist/(.*)-(.*)-(.*)-(.*)-(.*)\.html?(.+)$" />
<action type="Rewrite" url="school/index.php?c=xjh&amp;city={R:1}&amp;level={R:2}&amp;adtime={R:3}&amp;tp={R:4}&amp;page={R:5}&amp;keyword={QUERY_STRING}" />
</rule><rule name="school_yxlist">
<match url="^school/yxlist/(.*)-(.*)-(.*)-(.*)\.html?(.+)$" />
<action type="Rewrite" url="school/index.php?c=academy&amp;city={R:1}&amp;categty={R:2}&amp;level={R:3}&amp;page={R:4}&amp;keyword={QUERY_STRING}" />
</rule><rule name="school">
<match url="^school/(.*)\.html$" />
<action type="Rewrite" url="school/index.php?yunurl={R:1}" />
</rule><rule name="redeem_list">
<match url="^redeem/list/(.*)-(.*)-(.*)-(.*)\.html$" />
<action type="Rewrite" url="redeem/index.php?c=list&amp;intinfo={R:1}&amp;nid={R:2}&amp;tnid={R:3}&amp;page={R:4}" />
</rule><rule name="spview_list">
<match url="^spview/list/(.*)-(.*)-(.*)-(.*)\.html?(.+)$" />
<action type="Rewrite" url="spview/index.php?city={R:1}&amp;hy={R:2}&amp;pr={R:3}&amp;page={R:4}&amp;keyword={QUERY_STRING}" />
</rule></rules>
</rewrite></system.webServer>
</configuration>

phpyun6.1人才招聘系统nginx伪静态规则配置相关推荐

  1. php 伪静态配置,nginx伪静态规则配置

    nginx伪静态规则配置 nginx里使用伪静态是直接在nginx.conf中写规则的,并不需要像apache要开启写模块(mod_rewrite)才能进行伪静态. nginx只需要打开nginx.c ...

  2. 新云人才招聘系统微信公众号配置教程

    前提条件:必须是已认证的服务号 1.登陆后台,找到"工具-----微信公众号----公众号设置" 2.配置以下信息 appid: AppSecret: TOKEN令牌: 通知地址: ...

  3. php人才招聘系统 教程,phpyun人才招聘系统伪静态配置教程教本教本.pdf

    phpyun人才招聘系统伪静态配置教程教本教本 phpyun人才招聘系统伪静态配置教程 官方网址: 伪静态是什么? 伪静态就是:动态网页通过重写URL的方法实现去掉动态网页的参数,但在实 际的网页目录 ...

  4. php人才招聘系统描述,基于ThinkPHP框架的人才招聘网站系统PHP源码

    源码介绍 骑士cms人才系统是一项基于ThinPHP框架为核心开发的一套免费 + 开源专业人才招聘系统.软件具执行效率高.模板自由切换.后台管理功能方便等诸多优秀特点.全部代码都为骑士网络原创,有着完 ...

  5. 骑士人才招聘系统源码SE版 v3.16.0

    介绍: 74CMS骑士人才招聘系统是一项基于PHP+MYSQL为核心开发的一套免费 + 开源专业人才招聘系统.骑士人才系统拥有十多年的人才招聘系统运营解决方案,同时我们提供智能化招聘系统.招考系统等全 ...

  6. 最新74cms骑士人才招聘系统源码SE版V3.16.0/功能强大

    正文: 74cms骑士人才招聘系统是一项基于PHP+MYSQL为核心开发的一套开源专业人才招聘系统. 骑士人才系统拥有十多年的人才招聘系统运营解决方案,同时我们提供智能化招聘系统.招考系统等全方位系统 ...

  7. 在nginx环境下同一个网站目录下放2个或者多个zblog程序nginx伪静态规则如何写

    在nginx环境下同一个网站目录下放2个或者多个zblog程序nginx伪静态规则如何写 昨天升级完内核,主站主域名下还有2个zblog程序,升级完后忘记以前伪静态规则咋写了,zblog本身的是: i ...

  8. springboot毕设项目基于的人才招聘系统6czpy(java+VUE+Mybatis+Maven+Mysql)

    springboot毕设项目基于的人才招聘系统6czpy(java+VUE+Mybatis+Maven+Mysql) 项目运行 环境配置: Jdk1.8 + Tomcat8.5 + Mysql + H ...

  9. 网上人才招聘系统(php+mysql)

    网上人才招聘系统(php+mysql)    (毕业论文14842字以上,共61页,程序代码,MySQL数据库) 全套代码下载 [项目包含内容] [文档包含内容] [项目功能介绍] 该课题主要利用PH ...

最新文章

  1. Spring AOP AspectJ Pointcut Expressions With Examples--转
  2. linux c语言工具,Linux下C语言编程环境的工具.doc
  3. 计算机应用房地产,房地产板块弱市吸金 逾30亿撤离计算机应用板块
  4. page rank算法
  5. python爬虫ppt_完全零基础 轻松学Python:数据类型:数字类型、空类型、布尔类型...
  6. 基于React跑一个简易版九宫格抽奖
  7. python画条形图-python 中条形图绘制
  8. Matlab绘制单缝、光栅、圆孔、矩孔衍射图样
  9. chrome下载文件竟然都有缓存!
  10. 三分钟教你如何用Github找开源项目--值得一看!
  11. Python Pandas实现简单Excel数据表合并
  12. 计算机 教学活动设计方案,青岛出版社初中信息技术 七年级下册第二单元 第5课 设计活动策划方案 教学设计...
  13. Google Dapper,大规模分布式系统的跟踪系统
  14. 报错:Error creating bean with name ‘serverEndpointExporter‘ defined in class path resource [group/oneo
  15. (十二)命令模式详解(故事版)
  16. 一对一直播软件如何盈利?
  17. ELLE风尚大典暨全球75周年庆典在成都环球中心举办
  18. 华硕服务器主板z8na维修,华硕服务器主板Z8NA-D6提升企业绩效
  19. 63家企业上榜!华为云优秀合作伙伴公布!
  20. 分享五个404页面模板 超好看的404页面你的网站离不了 seo优化404

热门文章

  1. 微信小程序接入关联微信公众号official-account方案总结
  2. java如何模拟抢单_基于jsp的抢单兼职-JavaEE实现抢单兼职 - java项目源码
  3. Vue知识点唠嗑之组件
  4. 阿里云软件著作权登记申请(详细流程)
  5. PyGame基础语法
  6. Pygame | 7 - 键盘输入
  7. 松下FP-XH伺服控制程序,上下料整套程序
  8. 13视频监控-02视频监控画面-videopanel
  9. BLC8G27LS-160AV 65 V 射频晶体管LDMOS
  10. 算法创作|烂头背枪双人情况游戏随机模拟