多城市伪静态规则
RewriteEngine On
RewriteRule ^(.*)space/([a-z0-9-\_]+)/$ $1/space.php?user=$2
RewriteRule ^(.*)school-([0-9]+)/$ $1/school.php?uid=$2
RewriteRule ^(.*)school-([0-9]+)/([^/]+).html$ $1/school.php?uid=$2&Uid=$3
RewriteRule ^(.*)teacher-([0-9]+)/$ $1/teacher.php?uid=$2
RewriteRule ^(.*)teacher-([0-9]+)/([^/]+).html$ $1/teacher.php?uid=$2&Uid=$3
RewriteRule ^(.*)demand.html$ $1/demand.php
RewriteRule ^(.*)demand-([^/]+).html$ $1/demand.php?Catid=$2
RewriteRule ^(.*)category-([^/]+).html$ $1/category.php?CAtid=$2
RewriteRule ^(.*)course-id-([0-9]+).html$ $1/course.php?id=$2
RewriteRule ^news.html$ news.php
RewriteRule ^news-id-([0-9]+).html$ news.php?id=$1
RewriteRule ^news-catid-([0-9]+).html$ news.php?catid=$1
RewriteRule ^news-catid-([0-9]+)-page-([0-9]+).html$ news.php?catid=$1&page=$2
RewriteRule ^(.*)corporation.html$ $1/corporation.php
RewriteRule ^(.*)corporation-([^/]+).html$ $1/corporation.php?Catid=$2
RewriteRule ^(.*)teachers.html$ $1/teachers.php
RewriteRule ^(.*)teachers-([^/]+).html$ $1/teachers.php?Catid=$2
RewriteRule ^(.*)aboutus.html$ $1/about.php?part=aboutus
RewriteRule ^(.*)sitemap.html$ $1/about.php?part=sitemap
RewriteRule ^(.*)aboutus-id-([0-9]+).html$ $1/about.php?part=aboutus&id=$2
RewriteRule ^(.*)announce.html$ $1/about.php?part=announce&id=$2
RewriteRule ^(.*)faq.html$ $1/about.php?part=faq
RewriteRule ^(.*)faq-id-([0-9]+).html$ $1/about.php?part=faq&id=$2
RewriteRule ^(.*)friendlink.html$ $1/about.php?part=friendlink
单城市伪静态规则
RewriteEngine On
RewriteBase /
RewriteRule ^space/([a-z0-9A-Z]+)/$ space.php?user=$1
RewriteRule ^(.*)/store-([0-9]+)/$ store.php?uid=$1
RewriteRule ^store-([0-9]+)/([^/]+).html$ store.php?uid=$1&Uid=$2
RewriteRule ^a/(.*)/$ a/$1/index.html
RewriteRule ^(?!wap|admin)([^/]+)/$ category.php?Catid=$1
RewriteRule ^(?!wap|admin)([^/]+)/(.+)/$ category.php?Catid=$1
RewriteRule ^category-([^/]+).html$ category.php?CAtid=$1
RewriteRule ^([^/]+)/([0-9]+).html$ information.php?id=$2
RewriteRule ^information-id-([0-9]+).html$ information.php?id=$1
RewriteRule ^news.html$ news.php
RewriteRule ^news-id-([0-9]+).html$ news.php?id=$1
RewriteRule ^news-catid-([0-9]+).html$ news.php?catid=$1
RewriteRule ^news-catid-([0-9]+)-page-([0-9]+).html$ news.php?catid=$1&page=$2
RewriteRule ^corporation.html$ corporation.php
RewriteRule ^corporation-([^/]+).html$ corporation.php?Catid=$1
RewriteRule ^sitemap.html$ about.php?part=sitemap
RewriteRule ^aboutus.html$ about.php?part=aboutus
RewriteRule ^aboutus-id-([0-9]+).html$ about.php?part=aboutus&id=$1
RewriteRule ^announce.html$ about.php?part=announce&id=$1
RewriteRule ^faq.html$ about.php?part=faq
RewriteRule ^faq-id-([0-9]+).html$ about.php?part=faq&id=$1
RewriteRule ^friendlink.html$ about.php?part=friendlink