【发布时间】:2023-03-24 06:25:02
【问题描述】:
我有带有类别链接重定向到主站点的 htaccess 文件
看看我下面的代码
RewriteCond %{REQUEST_URI} ^/shop/test1(/)?$
RewriteRule (.*) http://example.com/test1 [R=301,L]
RewriteCond %{REQUEST_URI} ^/shop/test2(/)?$
RewriteRule (.*) http://example.com/test2 [R=301,L]
RewriteCond %{REQUEST_URI} ^/shop/test3(/)?$
RewriteRule (.*) http://example.com/test3 [R=301,L]
以上代码的其他优化方式
【问题讨论】:
标签: php regex .htaccess mod-rewrite redirect