You are not logged in.
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
Would someone be able to test and see if my site is working outside of my network? Thank you
Offline
yep, it's working:
https://cdn.scrot.moe/images/2017/11/05/scrot.png
Offline
yep, it's working:
https://cdn.scrot.moe/images/2017/11/05/scrot.png
Thank you, I have noticed when trying to use www. at the start of the URL it won't load..
Offline
So you made it work? Perhaps explain what was the issues and how was fixed, so others can gain from this thread. Thanks.
Offline
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
Offline
Ok, good to know
Yes thank you for the help, I appreciate it
Offline