Answer the question
In order to leave comments, you need to log in
Is it possible to repost records from someone else's VK group to the Discord server?
Is it possible and how to auto-repost new entries from the tape of another VKontakte group to a separate channel of the Discord server? And is it possible to repost specific data: text, picture, video, etc.?
Answer the question
In order to leave comments, you need to log in
I solved the problem in this way, but I'm wondering if I did it right?
RewriteRule ^catalog/(.*)/(.*)/type-(.*)/brand-(.*)/$ catalog.php?cat=$2&select=$3&prod=$4 [L,NC,QSA]
Your problem is that .* is any number of any characters, in particular and /. Don't overuse *, you probably don't need it at all in these rules. Look at the character classes \w, \d, [az] and the like.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question