Answer the question
In order to leave comments, you need to log in
Why doesn't RewriteRule work in Apache?
RewriteEngine On
RewriteRule ^/api/v1/(\w+)$ /web/api/v1/$1.php [L,NC]
RewriteRule ^(|/)$ /web/catalog.php [L,NC]
RewriteRule ^(\w+)$ /web/$1.php [L,NC]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question