i would like to use the confluence server with a sub domain, meanign i want my domain to look like community.comapnyname.com.
is this is possible using the confluence Q & A add on?
You can do this without any addon. Simply change your server.xml as described here:
https://confluence.atlassian.com/doc/configuring-the-server-base-url-148592.html
Instead of doing:
<property name="confluence.webapp.context.path">/wiki</property>
you simply make it:
<property name="confluence.webapp.context.path">/</property>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.