Last active
February 6, 2021 17:21
-
-
Save karamansky/b2d751c3123ba6aa5bc6d05443e72afd to your computer and use it in GitHub Desktop.
Редирект со страницы: site.com/index.php?route=account/address на страницу типа: site.com/account/
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
RewriteCond %{QUERY_STRING} ^route=account/address$ | |
RewriteRule ^index\.php /account? [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment