Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
323 views
in Q2A Core by
How can I change the home page? When I enter my site address, I want it to connect to the hot page instantly. Only this.

1 Answer

+2 votes
by

Follow these steps:

1. Edit file qa-config.php

2. Add or merge this code:

$QA_CONST_PATH_MAP = array(
    'hot' => '',
);
by
it didn't work. :(
by
Then you haven't followed the steps properly. Most likely you haven't removed the comment surrounding it
...