这个问题在超过一百万次之前就被问过了,但它还没有清理过来!
我的结构如下:
http://example.com/category1/subcat2/stuff3<br>
http://example.com/category4/subcat5/stuff6<br>
http://example.com/category7/subcat8/stuff9
我想分别将em重定向到以下内容:
http://example.com/folder/category11/subcat22/stuff33<br>
http://example.com/folder/category44/subcat55/stuff66<br>
http://example.com/folder/category77/subcat88/stuff99
请注意添加的文件夹以及所有文件夹和子文件夹都更改了名称!
此外,还需要手动放置2000多个重定向。显然我不能把它们全部放在root .htaccess中,因为2000多行会减慢整个网站的速度!
我想将.htaccess分解为可能的最小位,即stuff文件夹,因此.htaccess对于每个重定向都是单独的。