        #  RewriteEngine ģʽ
	RewriteEngine On

	# Rewrite ϵͳ޸
	RewriteRule ^archiver/((fid|tid)-[\w\-]+\.html)$ archiver/index.php?$1
	RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2
	RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&extra=page\%3D$3&page=$2
	RewriteRule ^space-(username|uid)-(.+)\.html$ space.php?$1=$2
	RewriteRule ^tag-(.+)\.html$ tag.php?name=$1

	RewriteRule ^(.*)/info-id-([0-9]+)\/$ $1/public/info.php?id=$2
	RewriteRule ^(.*)/info-catid-([0-9]+)-page-([0-9]+)\/$ $1/public/info.php?catid=$2&page=$3
	RewriteRule ^(.*)/info-catid-([0-9]+)-areaid-([0-9]+)-page-([0-9]+)\/$ $1/public/info.php?catid=$2&areaid=$3&page=$4
	RewriteRule ^(.*)/aboutus\/$ $1/public/about.php?part=aboutus
	RewriteRule ^(.*)/aboutus-id-([0-9]+)\/$ $1/public/about.php?part=aboutus&id=$2
	RewriteRule ^(.*)/announce-page-([0-9]+)\/$ $1/public/about.php?part=announce&page=$2
	RewriteRule ^(.*)/announce-id-([0-9]+)\/$ $1/public/about.php?part=announce&id=$2
	RewriteRule ^(.*)/faq\/$ $1/public/about.php?part=faq
	RewriteRule ^(.*)/faq-id-([0-9]+)\/$ $1/public/about.php?part=faq&id=$2
	RewriteRule ^(.*)/friendlink\/$ $1/public/about.php?part=friendlink
	RewriteRule ^(.*)/friendlink-action-apply\/$ $1/public/about.php?part=friendlink&action=apply
	RewriteRule ^(.*)/guestbook-page-([0-9]+)\/$ $1/public/about.php?part=guestbook&page=$2
	RewriteRule ^(.*)/guestbook-action-write\/$ $1/public/about.php?part=guestbook&action=write
	RewriteRule ^(.*)/space-([a-z,0-9\-]+)\/$ $1/public/space.php?user=$2



