Skip to content

Instantly share code, notes, and snippets.

@pavlo-bondarchuk
Last active July 16, 2017 18:35
Show Gist options
  • Select an option

  • Save pavlo-bondarchuk/d03b910f7efa21079d79ed93de43bb11 to your computer and use it in GitHub Desktop.

Select an option

Save pavlo-bondarchuk/d03b910f7efa21079d79ed93de43bb11 to your computer and use it in GitHub Desktop.
301 редирект ссылок без/ на с/
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.html)
RewriteCond %{REQUEST_URI} !(.jpg)
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ https://your-site.com/$1/ [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment