Skip to content

Instantly share code, notes, and snippets.

@Burick
Created December 24, 2016 13:52
Show Gist options
  • Save Burick/be7a0fc782461c684bdfdc769e233d83 to your computer and use it in GitHub Desktop.
Save Burick/be7a0fc782461c684bdfdc769e233d83 to your computer and use it in GitHub Desktop.
Редирект со старых URL
/*
http://htaccess.mwl.be/
htaccess tester
*/
RewriteRule ^old/$ /new/ [L,NE,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment