A bit of help
The guides go no further, and I'm uncertain of what's next. What's the magic "on" switch with these servers? Before changing the DNS settings, I would like to make sure the site's fine, and all the PHP scripts run fine. How do I test the scripts?
9 Replies
Right now, setup your domains in the linode DNS manager, pointing to your current server (not your linode).
Change the DNS servers with your registrar from your current to linode.
Wait a couple days for the DNS server change to propogate.
Then, you can turn down the TTL a day before you're ready to move, change the IP when you're ready, and you should have the world swapping servers in a pretty short timeframe.
(This also comes in handy down the road if you want to do a major change to your site, or for just plain ol' continual development purposes.)
@shadowx360:
gives a 404 error file not found.
@shadowx360: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:
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.
Also, is it against the TOS to use a torrent client such as TorrentFlux, given that no illegal content is being distributed?
> Forbidden
You don't have permission to access / on this server.
Something I'm doing wrong here?
In my httpd.conf, I have it as
Deny from all
Satisfy all