【发布时间】:2014-10-07 18:48:22
【问题描述】:
我正在使用@Panama Jack 提供的全站重定向解决方案 Redirect entire website to https - non-www to www except subdomains
此外,我还需要从一个目录到另一个目录的 301 重定向,即
重定向自
1. www.example.com/directory1/?q1=1234&page=1
2. http://www.example.com/directory1/?q1=1234&page=1
3. example.com/directory1/?q1=1234&page=1
4. http://example.com/directory1/?q1=1234&page=1
5. https://example.com/directory1/?q1=1234&page=1
到
https://www.example.com/directory2/?q1=1234&page=1
提前致谢
【问题讨论】:
标签: regex apache .htaccess mod-rewrite redirect