Hi,
I am in the process of setting up a wordpress network according to this article:
I am trying to create a network with wildcard subdomains
Sub-domains -- like site1.example.com and site2.example.com
and I am instructed to:
Apache must be configured to accept wildcards.
1. Open up the httpd.conf file or the include file containing the VHOST entry for your web account.
Add this line:
ServerAlias *.example.com
2. In the DNS records on your server, add a wildcard subdomain that points to the main installation. It should look like:
A *.example.com
however I am unable to find the httpd.conf file on my server.
Is it true that I do not have access to this file and will be unable to setup this configuration? (according to this thread https://forums.dathorn.com/showthread.php?p=7382 )
Please let me know if there is a workaround or a way to resolve this or is there a recommended configuration when setting up a wordpress network on Dathorn.
I am in the process of setting up a wordpress network according to this article:
I am trying to create a network with wildcard subdomains
Sub-domains -- like site1.example.com and site2.example.com
and I am instructed to:
Apache must be configured to accept wildcards.
1. Open up the httpd.conf file or the include file containing the VHOST entry for your web account.
Add this line:
ServerAlias *.example.com
2. In the DNS records on your server, add a wildcard subdomain that points to the main installation. It should look like:
A *.example.com
however I am unable to find the httpd.conf file on my server.
Is it true that I do not have access to this file and will be unable to setup this configuration? (according to this thread https://forums.dathorn.com/showthread.php?p=7382 )
Please let me know if there is a workaround or a way to resolve this or is there a recommended configuration when setting up a wordpress network on Dathorn.
Comment