Last active
April 4, 2021 10:03
-
-
Save ulricaskarin/59e718c6431bef8b21b207c30f264409 to your computer and use it in GitHub Desktop.
.htaccess for Routing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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