文件格式 .htaccess
RewriteEngine On
#RewriteBase /
RewriteRule ([a-zA-Z0-9]{1,})-([a-zA-Z0-9]{1,})-([a-zA-Z0-9]{1,})$ index.php?action=$1&do=$2&query=$3
RewriteRule ([a-zA-Z0-9]{1,})-([a-zA-Z0-9]{1,})$ index.php?action=$1&do=$2
RewriteRule ^([a-zA-Z0-9]{1,})$ index.php?action=$1
#RewriteBase /
RewriteRule ([a-zA-Z0-9]{1,})-([a-zA-Z0-9]{1,})-([a-zA-Z0-9]{1,})$ index.php?action=$1&do=$2&query=$3
RewriteRule ([a-zA-Z0-9]{1,})-([a-zA-Z0-9]{1,})$ index.php?action=$1&do=$2
RewriteRule ^([a-zA-Z0-9]{1,})$ index.php?action=$1