Hosting Spaces on a sub folder
The default way to host documentation with Archbee is on your custom domain, e.g docs.piedpiper.com. To make docs available at your main domain at a sub folder like https://www.piedpiper.com/docs, you will need access to your webservers to be able to proxy requests to our systems.
You will need to setup a default custom domain anyway, and then proxy to it from your main domain. We will take care that Google doesn't see it as duplicate by signalling it through a custom canonical tag.
While you're here, please make sure the URL path at Step 5, is the same one you set below in your webserver config.
Step 2: Here are a couple of samples from popular webservers on how to config it so that the proxying system works
Ensure the following modules are installed and enabled:
Add the following to the site configuration file under /etc/apache2/sites-available
For example: 000-default.conf
Our full domain test working config looks something like:
Restart the Apache server:
For example, If you are using Apache on Linux: