Closed Davidster closed 7 years ago
LOL how long has the domain name not been working?
The domain name has been working for a long time. I just updated it like 10 minutes ago which broke it. I think it takes some time for the changes to take effect.
If interested, the change was to have the name resolve directly to the IP address AKA "Address record" :
conucourseplanner.online
--> 138.197.6.26
rather than having it setup as a redirect AKA "URL Redirect Record" :
conucourseplanner.online
--> http://138.197.6.26/courseplanner/
You can read more about this on namecheap's website.
The changes have finally taken effect.
Development started on branch moveProdToRoot-97
Closing issue on account of #100 getting merged
In order to make proper use of our domain name
conucourseplanner.online
, it seems to me that it's in our best interest to serve our prod website at the root of our Apache/Tomcat directory. This is achievable by naming the production war fileROOT.war
instead ofcourseplanner.war
.