Keywords: LAMP/MAMP/WAMP - Bitnami Cloud Hosting - Technical issue - Domain Name (DNS)
bndiagnostic ID: 2a3776bd-c153-5c29-63bb-59d5ae3387e6
bndiagnostic output:
? Apache: Found possible issues
https://docs.bitnami.com/general/apps/wordpress/troubleshooting/debug-errors-apache/
bndiagnostic failure reason: The suggested guides are not related with my issue
Description:
I’ve added the following record into my httpd.conf file (and restarted apache) but the sub domain still seems to be pointing to the root folder. What am I missing?
#DIRECTORY SUBDOMAIN
<VirtualHost *:80>
DocumentRoot “/opt/bitnami/apache2/htdocs/directory/”
ServerAdmin adam.addlestone@domain.ca
ServerName directory.domain.ca
ServerAlias www.directory.bidcentral.ca
ErrorLog “logs/directory-error_log”
CustomLog “logs/directory-access_log” common