A
A
Artem2018-04-21 18:17:41
htaccess
Artem, 2018-04-21 18:17:41

How to make a rule for mod_rewrite?

Can you please tell me how to correctly create a rule for mod_rewrite for a url like:
/activity/rannee-flovanie-ot-2-do-5-let/subbota/19-00_20-00/
Where subbota is variable 1,
19-00_20-00 - variable 2.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2018-04-21
@Rchee

Something like this.

RewriteEngine On
RewriteBase /

RewriteRule ^activity/rannee-plavanie-ot-2-do-5-let/(.+?)/(.+) /activity/rannee-plavanie-ot-2-do-5-let/$1/$2 [L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question