Jenny Amparo

Navigation

Skip navigation.

Search

Site navigation

Email conversation

FromJenny Amparo
ToMe
Subjectgot hosted but i dont know where, and how to start.
Date6 February 2006 18:04
hi im a little confused..
a friend of mine got me hosted on her domain but i dunno where and how to
start..
i have [brand]FTP, now what do i do?
how does php work? coz i dunno, i see it the same as html..
ive downloaded [CMS brand]..how do i install it?
how can i set it up and running? need help pls....
FromMe
ToJenny Amparo
SubjectRe: got hosted but i dont know where, and how to start.
Date6 February 2006 21:05
Jenny,

> i have smartFTP, now what do i do?

Create the HTML files you want to make your site from, and use the FTP
client to transfer them to the server. Your hosting should have provided you
with the login details for that site.

The first file you should try is "index.html" upload a basic HTML file
called index.html into your FTP folder. That is the file that the server
will usually use if you request the site, without specifying a specific file
name:
http://example.com/ <no file name>

You can then create some other files, and make links between them (use <a
href="./"> to link to the index file, but use the real file names to link to
the others).

> how does php work? coz i dunno, i see it the same as html..

You probably will not need to care about the specifics of PHP. It is
embedded within HTML files (usually called something.php), and looks a
little like this (the part inside the <?php  ?> is the PHP):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Title</title>
</head>
<body>
<?php print '<p>hello world</p>'; ?>
</body>
</html>

> ive downloaded [CMS brand]..how do i install it?

I have no idea. I do not use [CMS brand], or other publication system, since
I create all my pages by hand. They have their own online documentation, I
suggest you follow that, and contact them whenever something does not work
quite right. I understand their admin is helpful:
[CMS brand support URL]


Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/
FromJenny Amparo
ToMe
SubjectRe: got hosted but i dont know where, and how to start.
Date7 February 2006 05:20
oh thanks so much! ill do what you said..ill just email you again if ever i
find it difficult. :) thanks so much!
This site was created by Mark "Tarquin" Wilton-Jones.
Don't click this link unless you want to be banned from our site.