Answer the question
In order to leave comments, you need to log in
How to make a redirect from any pages to the main page except for the admin panel?
It is necessary to close user access to any pages except the main and admin panel, that is, the available addresses are only / and /bitirx/admin
Answer the question
In order to leave comments, you need to log in
RewriteCond %{REQUEST_URI} !^(.*)/bitirx/admin
RewriteRule ^(.*)$ %1/ [R=301,L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question