Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other 301 redirect with htaccess – .html?sl= Reply To: 301 redirect with htaccess – .html?sl=

#210286
Alen
Participant

@charlie

RewriteEngine On
RewriteCond %{REQUEST_URI}  ^/label_design\.html$
RewriteCond %{QUERY_STRING} ^sl=*
RewriteRule ^(.*)$ /packaging-design-and-labels? [R=301,L]