Order a VPS, Semi- dedicated or Dedicated server in Dallas, London or Australia.
Ask our support team about your hosting requirements.
Host where the staff takes pride in making customers happy
You guys rock, as usual!
Web howtos
- Host multiple domains: setting up virtual hosts with Webmin
- Upload files and serve up HTML pages
- Password protecting your web pages: htaccess
- Securing your web traffic: installing an SSL certificate
- Who's looking at what: web statistics
- Using PHP: PHP Hello World, common problems and solutions
Upload Files and Serve Up HTML Pages
Just want to quickly set up and serve up HTML pages from Apache? Your webserver document root (i.e. where you can start putting your web pages) is /var/www/html.
You can upload files using FTP. By default your VPS will not be running an FTP server. You can set up an FTP server if you need to.
Alternatively you can upload files via your browser:
- Go to the Webmin control panel
- Go to the 'Others' option
- Select 'File Manager'
- Navigate to var www html
- Hit the 'Upload' button
- Select the file (from your computer)
- Then open your browser to http://yourip/yourfilename
And also you can also use the 'scp' command (included with PuTTy) to copy files
to your web server, e.g. from the command line on your computer, type:
scp mylocalfile.html root@myserverip:/var/www/html/
And if you want to use the SCP protocol, but don't like working from the command line, download a copy of WinSCP, a free Windows SCP client.

