Skip to content

Instantly share code, notes, and snippets.

@PechenkiUA
Created January 6, 2021 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PechenkiUA/d87fa0d9c36189baa2a852b49414af7d to your computer and use it in GitHub Desktop.
Save PechenkiUA/d87fa0d9c36189baa2a852b49414af7d to your computer and use it in GitHub Desktop.
Редирект с нескольких сдешей в конце
RewriteCond %{THE_REQUEST} \s/+(.*?)/{2,}([^\s]*)
RewriteRule ^ %1/%2 [R=301,L,NE]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment