我需要转发整个域减去一个文件夹及其内容。
http://www.domain.com/folder_I_need/content_I_need.stuff
网站的其余部分需要转发。
这是我尝试过的:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/folder_I_need/$
Redirect 301 / http://www.new_domain.org/
我需要转发整个域减去一个文件夹及其内容。
http://www.domain.com/folder_I_need/content_I_need.stuff
网站的其余部分需要转发。
这是我尝试过的:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/folder_I_need/$
Redirect 301 / http://www.new_domain.org/