Skip to content

Instantly share code, notes, and snippets.

@lumpysimon
Created June 16, 2019 09:01
Show Gist options
  • Save lumpysimon/ac779b7f04b95e846dddce4e0c674de4 to your computer and use it in GitHub Desktop.
Save lumpysimon/ac779b7f04b95e846dddce4e0c674de4 to your computer and use it in GitHub Desktop.
.htaccess short WordPress URLs
# e.g. https://example.org/go/76
RewriteEngine On
RewriteRule ^go/([0-9]+)$ ?p=$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment