shadowx360 wrote:
gives a 404 error file not found.
shadowx360 wrote:
home page at
http://ServerIpAddress.com/ says no content as been added.
When you connect to your server with a domain name that the server doesn't recognize, it will try to serve files from /var/www by default. That's why the website looks empty.
You should list each and every name you wish to use (even for testing) to your VirtualHost configuration, in the ServerAlias line. This name can be anything for the purpose of testing. A temporary subdomain pointing at your Linode would work just fine. (You might have to wait a couple of hours for the new subdomain to be recognized, depending on where your DNS is hosted.)
hoopycat wrote:
If you've lived a good clean life and avoided absolute URLs
Biggest offender: WordPress. It automatically redirects to the domain where it was first installed, making it very annoying when performing migrations. Somebody's lame idea of SEO, I guess.