I have a BQ server with relatively few sites and users on it.
I have always noticed that the server created unique directory paths for new
sites, such as this in /home/sites/:
host.domain.tld -> ../.sites/XX/siteYY
where XX would be a unique number and YY would be the next numeric iteration
of the number of sites on the server.
I created a new site today, and when looking at /home/sites/, I noticed that
the new site was using an XX number that had already been used, effectively
putting two sites in that directory.
Is this normal?