Skip to content

Instantly share code, notes, and snippets.

@m-pokrovskii
Created July 24, 2013 16:07
Show Gist options
  • Save m-pokrovskii/6072005 to your computer and use it in GitHub Desktop.
Save m-pokrovskii/6072005 to your computer and use it in GitHub Desktop.
[Wordpress] How to change permalink structure (/%post_id%) and save old
RedirectMatch 301 ^/(\d+)$ http://sitename.com/?p=$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment