2011-11-21 47 views

回答

1
AddDefaultCharset utf-8 
RewriteEngine on 

RewriteRule ^(.*)signup(.*)$ $1register$2 [L] 

RewriteCond $1 !^(index\.php|favicon\.ico|robots\.txt|sitemap\.xml|img|js|css|libs|uploads) 
RewriteRule ^(.*)$ index.php/$1 [L]