You are not logged in.

#41 2017-11-05 00:18:49

bjmag94
Member
Registered: 2017-11-01
Posts: 42

Re: Host a website

brontosaurusrex wrote:

Not sure, but I would try:

Ditch the ip, use *:80
Quote the "domain.com"

Like so?

<VirtualHost *:80>
	ServerAdmin admin@reunited-city.com
	ServerName "reunited-city.com"
	ServerAlias www.reunited-city.com
	DocumentRoot /var/www/reunited-city.com/public_html

	
	ErrorLog ${APACHE_LOG_DIR}/error.log
	CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

Offline

#42 2017-11-05 01:03:33

bjmag94
Member
Registered: 2017-11-01
Posts: 42

Re: Host a website

Would someone be able to test and see if my site is working outside of my network? Thank you

Offline

#43 2017-11-05 09:57:33

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: Host a website

Offline

#44 2017-11-05 09:59:59

bjmag94
Member
Registered: 2017-11-01
Posts: 42

Re: Host a website

Thank you, I have noticed when trying to use www. at the start of the URL it won't load..

Offline

#45 2017-11-05 10:26:03

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,740

Re: Host a website

So you made it work? Perhaps explain what was the issues and how was fixed, so others can gain from this thread. Thanks.

Offline

#46 2017-11-05 10:43:14

bjmag94
Member
Registered: 2017-11-01
Posts: 42

Re: Host a website

brontosaurusrex wrote:

So you made it work? Perhaps explain what was the issues and how was fixed, so others can gain from this thread. Thanks.

I added the quotation marks around the domain.
And removed the IP and put a * there instead

Offline

#47 2017-11-05 10:50:20

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,740

Re: Host a website

Ok, good to know smile

Offline

#48 2017-11-05 13:10:07

bjmag94
Member
Registered: 2017-11-01
Posts: 42

Re: Host a website

brontosaurusrex wrote:

Ok, good to know smile

Yes thank you for the help, I appreciate it smile

Offline

Board footer

Powered by FluxBB