Well I’m making profile pages so right now it looks like this
http://example.com/random/?user=Robert
What I want to do is remove ?user= from the URL so the page appears as
http://example.com/random/Robert
Iv’e searched and I can’t find anything working for me.
Thanks!
The first step is to make all of your links in this form
http://example.com/random/Robert, then in the htaccess file in your document root, add:But to handle 301 redirects to your old URLs, you can include this: