Skip to content

Instantly share code, notes, and snippets.

@nguyentienlong
Created April 16, 2018 23: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 nguyentienlong/f328c7b062d73cb8f693e8f01183465e to your computer and use it in GitHub Desktop.
Save nguyentienlong/f328c7b062d73cb8f693e8f01183465e to your computer and use it in GitHub Desktop.
wordpress url rewrite for blog sub dir
rewrite ^/blog/wp-admin/$ /blog/wp-admin/options-general.php permanent;
rewrite ^/blog/(.*)/$ /blog/index.php?$1 last;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment