Last active
February 6, 2021 17:21
-
-
Save karamansky/94e187b8bc30e84225ee79ad63fdd138 to your computer and use it in GitHub Desktop.
Redirect при использовании ЧПУ на сайте
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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