网站重定向 .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{http_host} ^swjsj\.com [NC]
RewriteRule ^(.*)$ http://www.swjsj.com/$1 [L,R=301]
</IfModule>
# END WordPress
Redirect 301 /50 http://www.swjsj.com/wp-content/uploads/2011/11/28.png