Answer the question
In order to leave comments, you need to log in
How to rewrite file address from root to folder without redirect?
There is a site folder with the following structure
/api
/dist
/whatever It is
necessary that requests to /api remain unchanged
Any other requests converted from %{REQUEST_URI} to /dist/%{REQUEST_URI} in the address bar should not be visible to the dist user.
Answer the question
In order to leave comments, you need to log in
Negative rule will help youRewriteCond %{REQUEST_URI} ! ^/api.*
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question