标签: .htaccess redirect
我希望htaccess代码将域和子域重定向到另一个域。 我正在使用下面的代码 但它无法正常工作
htaccess
请帮帮我
RewriteEngine on RewriteCond %{HTTP_HOST} ^websoft3\.ir$ [OR] RewriteCond %{HTTP_HOST} ^www\.websoft3\.ir$ RewriteRule ^/?$ "http\:\/\/websoft3\.com\/" [R=301,L]