In many cases, URL is relative path. This is no problem basically. However, absolute path may be necessary. I want to choose URL expression with admin panel. I overrided qa-base.php::qa_path(), and set qa_opt('site_url') to $rooturl parameter. But, I do not know whether this is enough for me. What do you think?