Hello everyone.
I'm trying to fuck with .htaccess but I can't get it working.
So what I want to do is,
raw link is #!/profile?username={usernamegoeshere}
I want it to be like,
#!/profile/{usernamegoeshere}
So what I've tried:
Any help appreciated. Thanks.
I'm trying to fuck with .htaccess but I can't get it working.
So what I want to do is,
raw link is #!/profile?username={usernamegoeshere}
I want it to be like,
#!/profile/{usernamegoeshere}
So what I've tried:
Code:
RewriteRule ^#!/profile/(.*)/(.*)/$2 #!/profile?username=$2
Any help appreciated. Thanks.