RewriteCond Host: ^www\.4elong\.com$ RewriteRule (.*) http\://4elong\.com$1 [I,R]
不带WWW转向带WWW
RewriteCond Host: ^4elong\.com$ RewriteRule (.*) http\://www\.4elong\.com$1 [I,R]