Answer the question
In order to leave comments, you need to log in
How to make an unconditional redirect from the main page to the directory?
I need to not have the main thing at all, but when entering the site, they fall into the first category. Is it possible?
Tried via index.php
// Router
if (isset($request->get['route'])) {
$action = new Action($request->get['route']);
} else {
$action = new Action('common/home');
}
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