Answer the question
In order to leave comments, you need to log in
How to modify the URL?
I must say right away that I am new to web development.
I have a link that looks like this: example.com/user.php?id=1
How do I replace it with example.com/user/1 ? And how then can I contact this: example.com/user/1/profile , naturally, without creating a folder for each user?
Answer the question
In order to leave comments, you need to log in
First part of the question
RewriteCond %{QUERY_STRING} (^|&)id\=(.+)($|&)
RewriteRule ^user\.php$ /user/%2? [L,R=301]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question