Categories
How to rewrite cond to a specific subdirectory?
There is a code that translates all .html to / RewriteRule ^(.*)\.html$ /$1 [L,R=301] How to make it not work for products, namely:http://domain.com/katalog/{категория}/{товар}.html
RewriteRule ^(.*)\.html$ /$1 [L,R=301]
http://domain.com/katalog/{категория}/{товар}.html
Answer the question
In order to leave comments, you need to log in
Add rule:!^/katalog/(.[a-z0-9]+)/(.[a-z0-9]+)\.html
!^/katalog/(.[a-z0-9]+)/(.[a-z0-9]+)\.html
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question