Skip to content

Instantly share code, notes, and snippets.

@karamansky
Last active February 6, 2021 17:21
Show Gist options
  • Select an option

  • Save karamansky/94e187b8bc30e84225ee79ad63fdd138 to your computer and use it in GitHub Desktop.

Select an option

Save karamansky/94e187b8bc30e84225ee79ad63fdd138 to your computer and use it in GitHub Desktop.
Redirect при использовании ЧПУ на сайте
#cart page - redirect (sample)
RewriteCond %{QUERY_STRING} ^_route_=checkout/cart$
RewriteRule ^(.*)$ http://karamanskiy1.xx.co.ua/index.php?route=check-out? [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment