Skip to content

Instantly share code, notes, and snippets.

@ulricaskarin
Last active April 4, 2021 10:03
Show Gist options
  • Save ulricaskarin/59e718c6431bef8b21b207c30f264409 to your computer and use it in GitHub Desktop.
Save ulricaskarin/59e718c6431bef8b21b207c30f264409 to your computer and use it in GitHub Desktop.
.htaccess for Routing
RewriteEngine On
#index.php?url=$1&username=$2
RewriteRule ^([^/]+)/? index.php?url=$1 [L,QSA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment