Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
332 views
in Q2A Core by
closed by

Can I design a custom page using a page module plugin (with some PHP scripts, rather than just pure HTML tags) and then set it as homepage using the config file?

For example:

A custom PHP page like honolulu.php, with a request name 'honolulu'. And then, in qa-config.php file, I set up like this:

$QA_CONST_PATH_MAP = array(
        'honolulu' => '',
        'user' => 'u',
    );

Can that be feasible?

closed with the note: tested

1 Answer

0 votes
by
It's a YES from me.
...