Skip to content

Instantly share code, notes, and snippets.

@karamansky
Last active February 6, 2021 17:21
Show Gist options
  • Save karamansky/b2d751c3123ba6aa5bc6d05443e72afd to your computer and use it in GitHub Desktop.
Save karamansky/b2d751c3123ba6aa5bc6d05443e72afd to your computer and use it in GitHub Desktop.
Редирект со страницы: site.com/index.php?route=account/address на страницу типа: site.com/account/
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