301 redirect query string to SEO friendly URLs through .htaccess

前端 未结 2 2037
渐次进展
渐次进展 2021-01-16 01:42

I’ve written some code on my .htaccess file which allows the use of SEO friendly URLs instead of ugly query strings. The following code rewrites the SEO friendly version in

2条回答
  •  一向
    一向 (楼主)
    2021-01-16 02:17

    Not tested, but this may work...

    RewriteRule ^directory/script.php?size=large&colour=green&pattern=(.*)$ /seo/$1/? [R=301,NE,NC,L]

提交回复
热议问题