Answer the question
In order to leave comments, you need to log in
How to make url change?
Hello, I have a website and I need to change the link
hi.com/post.php?categoris=cut&podcategoris=12.1
to
hi.com/cut/12.1
if possible, in the smallest details
Answer the question
In order to leave comments, you need to log in
RewriteCond %{QUERY_STRING} (^|&)categoris\=cut($|&)
RewriteCond %{QUERY_STRING} (^|&)podcategoris\=12\.1($|&)
RewriteRule ^post\.php$ /cut/12.1? [L,R=301]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question