我有什么
http://www.my-domain.com/my-product1/
http://www.my-domain.com/another-product/
http://www.my-domain.com/about-us/
我想要什么
http://www.my-domain.com/product/my-product1/
http://www.my-domain.com/product/another-product/
http://www.my-domain.com/about-us/
问题
问题
怎么做?我想,列出重定向每个产品的时间太长了。
到目前为止我发现了
这可能是一个好的开始。
http://www.brightcherry.co.uk/scribbles/htaccess-301-redirect-an-entire-directory-folder/
RewriteEngine on
RewriteBase /
RewriteRule ^old_dir/(.*) http://www.example.com/new_dir/ [R=301,L]