301 redirect query string to SEO friendly URLs through .htaccess

前端 未结 2 1696
予麋鹿
予麋鹿 2021-01-16 01:47

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:01

    Not tested, but this may work...

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

提交回复
热议问题