| Author |
how do I make a sub-domain?
|
|
|
| Hello all
I'm new here and new to this whole web building experience.
So I bought a domain name. Uploaded and few html's and all is good.
Now I want a sub-domain. Web host says I have 3 available. Cool.
so I created the su-domain name thru cpanel. now how or where do I upload
html's so they are available to the web? Right now typing in the sub-
address gets a 404. (But you probably already knew that)
Thanks in advance
JP
| |
|
| Joe <joe@nospam.ponkey.com> wrote in
news:Xns969EF02ED15B1joeponkeycom@216.196.97.142:
> Hello all
>
> I'm new here and new to this whole web building experience.
>
> So I bought a domain name. Uploaded and few html's and all is good.
>
> Now I want a sub-domain. Web host says I have 3 available. Cool.
> so I created the su-domain name thru cpanel. now how or where do I
> upload html's so they are available to the web? Right now typing in
> the sub- address gets a 404. (But you probably already knew that)
>
> Thanks in advance
> JP
>
btw the method used was
www.domain.com then
www.sub-domain.domain.com
if it matters
| |
| konjfuchie 2005-07-26, 4:39 am |
| upload into sub-domain folder wich is created inside your "user/public_html"
folder, so it probably is
user/ public_html/sub-domain
z
"Joe" <joe@nospam.ponkey.com> wrote in message
news:Xns969EF10985273joeponkeycom@216.196.97.142...
> Joe <joe@nospam.ponkey.com> wrote in
> news:Xns969EF02ED15B1joeponkeycom@216.196.97.142:
>
>
> btw the method used was
>
> www.domain.com then
> www.sub-domain.domain.com
>
> if it matters
| |
| ebirbals@gmail.com 2005-07-26, 4:40 am |
| Hello! Joe..
If you are using cpanel...there is subdomain icon in it...Use it to
create subdomains..
like xxxxx.yourdomain.com
after that the folder where ur index file is uploaded like you'll find
a folder xxxxx
mostly public_html/xxxxx/
put ur files in this folder.
| |
| Roy Schestowitz 2005-07-26, 4:40 am |
| konjfuchie wrote:
> "Joe" <joe@nospam.ponkey.com> wrote in message
> news:Xns969EF10985273joeponkeycom@216.196.97.142...
>
> upload into sub-domain folder wich is created inside your
> "user/public_html" folder, so it probably is
> user/ public_html/sub-domain
>
> z
If you are more accustomed to FTP-based file management, then set up an FTP
account for that subsite (also in cPanel). Then, either you or somebody
else can get simplified access to that subdomain rather than going through
the extra 2 levels of directory structure, namely
/public_html/your_subdomain
Roy
| |
| ebirbals@gmail.com 2005-07-26, 4:40 am |
| the 404 error is coming due to no index file in the subdomain. Put a
index or default file in it.It will start working...
| |
|
| Joe <joe@nospam.ponkey.com> wrote in
news:Xns969EF02ED15B1joeponkeycom@216.196.97.142:
> Hello all
>
> I'm new here and new to this whole web building experience.
>
> So I bought a domain name. Uploaded and few html's and all is good.
>
> Now I want a sub-domain. Web host says I have 3 available. Cool.
> so I created the su-domain name thru cpanel. now how or where do I
> upload html's so they are available to the web? Right now typing in
> the sub- address gets a 404. (But you probably already knew that)
>
> Thanks in advance
> JP
i love you guys
www.joe.ponkey.com
you can have a look if you want
know many parts are not built yet but its a start
JP
| |
|
| Joe <joe@nospam.ponkey.com> wrote in news:Xns969F25BA423C6joeponkeycom@
216.196.97.142:
> Joe <joe@nospam.ponkey.com> wrote in
> news:Xns969EF02ED15B1joeponkeycom@216.196.97.142:
>
>
> i love you guys
>
> www.joe.ponkey.com
>
> you can have a look if you want
> know many parts are not built yet but its a start
>
> JP
>
ok one more thing.
i need to change the link syntax to reflect the new directory structure,
right? i've played with it and can't make the links work.
joe is the folder under the public_html folder
<p><a href="blog.html">Blog</a></p> would this be wrong?
or should i switch to the alt.html group to be more on topic?
thanks again
JP
| |
|
|
"Joe" <joe@nospam.ponkey.com> wrote in message
news:Xns969F28AC06BD0joeponkeycom@216.196.97.142...
> Joe <joe@nospam.ponkey.com> wrote in news:Xns969F25BA423C6joeponkeycom@
> 216.196.97.142:
>
>
> ok one more thing.
>
> i need to change the link syntax to reflect the new directory structure,
> right? i've played with it and can't make the links work.
>
> joe is the folder under the public_html folder
>
> <p><a href="blog.html">Blog</a></p> would this be wrong?
I'm not 100% sure what you mean. But I'll have a stab for you anyway.
That link should work if blog.html exists in the same directory as the page
it is on.
However an absolute link will work anywhere.
<p><a href="http://joe.ponkey.com/blog.html">Blog</a></p>
>
> or should i switch to the alt.html group to be more on topic?
Nah! Loads of them are here anyway and it's much more interesting than the
noise from the other fcukwits that rocked up lately.
--
"Tennis is a funny game; unbelievable highs and the lows are just as low..."
(JOHN MCENROE) BBC1
http://www.private-eye.co.uk
| |
|
| "Mak" <spambouncer@Makrobicz.com> wrote in
news:3kmap8Fusi2jU1@individual.net:
>
>
> "Joe" <joe@nospam.ponkey.com> wrote in message
> news:Xns969F28AC06BD0joeponkeycom@216.196.97.142...
>
> I'm not 100% sure what you mean. But I'll have a stab for you anyway.
>
> That link should work if blog.html exists in the same directory as the
> page it is on.
> However an absolute link will work anywhere.
>
> <p><a href="http://joe.ponkey.com/blog.html">Blog</a></p>
>
>
> Nah! Loads of them are here anyway and it's much more interesting than
> the noise from the other fcukwits that rocked up lately.
>
>
thats whats so confounding. that absolute link doesn't work.
i'm baffled. i think the bummer is that its basic syntax crap.
the link looks right. the file exists. all seems well but still...
thanks
JP
| |
|
|
"Joe" <joe@nospam.ponkey.com> wrote in message
news:Xns969F3504D2589joeponkeycom@216.196.97.142...
> "Mak" <spambouncer@Makrobicz.com> wrote in
> news:3kmap8Fusi2jU1@individual.net:
>
<snip>
[color=darkred]
>
> thats whats so confounding. that absolute link doesn't work.
> i'm baffled. i think the bummer is that its basic syntax crap.
> the link looks right. the file exists. all seems well but still...
>
It appears you don't have the file in your subdomain directory as yet.
You obviously have index.html, but none of the others... so it seems.
--
"Tennis is a funny game; unbelievable highs and the lows are just as low..."
(JOHN MCENROE) BBC1
http://www.private-eye.co.uk
| |
|
| "Mak" <spambouncer@Makrobicz.com> wrote in news:3kmg74Fv5nhgU1
@individual.net:
>
> "Joe" <joe@nospam.ponkey.com> wrote in message
> news:Xns969F3504D2589joeponkeycom@216.196.97.142...
>
> <snip>
>
work.[color=darkred]
the[color=darkred]
than[color=darkred]
>
> It appears you don't have the file in your subdomain directory as yet.
> You obviously have index.html, but none of the others... so it seems.
>
may i e-mail you? a screen shot?
JP
| |
|
| Joe <joe@nospam.ponkey.com> wrote in news:Xns969F43C1ACB7Djoeponkeycom@
216.196.97.142:
> "Mak" <spambouncer@Makrobicz.com> wrote in news:3kmg74Fv5nhgU1
> @individual.net:
>
> work.
anyway.[color=darkred]
> the
> than
> may i e-mail you? a screen shot?
>
> JP
>
or even a link to a screen shot?
| |
|
|
"Joe" <joe@nospam.ponkey.com> wrote in message
news:Xns969F43C1ACB7Djoeponkeycom@216.196.97.142...
> "Mak" <spambouncer@Makrobicz.com> wrote in news:3kmg74Fv5nhgU1
> @individual.net:
>
> work.
> the
> than
> may i e-mail you? a screen shot?
>
Yes, replace spambouncer with makrobicz
--
"Tennis is a funny game; unbelievable highs and the lows are just as low..."
(JOHN MCENROE) BBC1
http://www.private-eye.co.uk
| |
|
|
"Joe" <joe@nospam.ponkey.com> wrote in message
news:Xns969F25BA423C6joeponkeycom@216.196.97.142...
> Joe <joe@nospam.ponkey.com> wrote in
> news:Xns969EF02ED15B1joeponkeycom@216.196.97.142:
>
>
> i love you guys
>
> www.joe.ponkey.com
>
> you can have a look if you want
> know many parts are not built yet but its a start
>
> JP
Why reinvent the wheel? Sure you can learn lots, but you'll probably find
some great scripts out there which will help you set up a blogsite.
Your email address will get harvested if you leave it as mailto:me@me.com
in the source code. I'd suggest asking your host if they have PHP installed
or a CGI method.
Cheers
| |
|
| "elyob" <newsprofile@XXXXXXXXXX> wrote in
news:42e65e7d$1@news1.homechoice.co.uk:
>
> "Joe" <joe@nospam.ponkey.com> wrote in message
> news:Xns969F25BA423C6joeponkeycom@216.196.97.142...
>
> Why reinvent the wheel? Sure you can learn lots, but you'll probably
> find some great scripts out there which will help you set up a
> blogsite.
>
> Your email address will get harvested if you leave it as
> mailto:me@me.com
> in the source code. I'd suggest asking your host if they have php
> installed or a CGI method.
>
> Cheers
>
>
>
thank you. that is my next order of business
| |
|
| Joe <joe@nospam.ponkey.com> wrote in
news:Xns969EF02ED15B1joeponkeycom@216.196.97.142:
> Hello all
>
> I'm new here and new to this whole web building experience.
>
> So I bought a domain name. Uploaded and few html's and all is good.
>
> Now I want a sub-domain. Web host says I have 3 available. Cool.
> so I created the su-domain name thru cpanel. now how or where do I
> upload html's so they are available to the web? Right now typing in
> the sub- address gets a 404. (But you probably already knew that)
>
> Thanks in advance
> JP
thank you for your help. i went live yesterday with joe.ponkey.com.
plainly it is a work in progress but some things, it seems, must be
tested from a server instead of locally.
i'll be back to ask more noob questions later :)
JP
| |
| William Tasso 2005-07-27, 7:45 am |
| Writing in news:alt.www.webmaster
From the safety of the FireBall Express cafeteria
Joe <joe@nospam.ponkey.com> said:
> ...
> went live yesterday with joe.ponkey.com.
yee haa :)
> plainly it is a work in progress but some things, it seems, must be
> tested from a server instead of locally.
indeed they must - many developers actually go to great pains to ensure
they have a local development server that actually mirrors the
functionality of their production environment.
> i'll be back to ask more noob questions later :)
Splendid.
--
William Tasso
** Business as usual
| |
|
|
"William Tasso" <SpamBlocked@tbdata.com> wrote in message
news:op.suki1oq5m9g4qz-wnt@tbdata.com...
> Writing in news:alt.www.webmaster
> From the safety of the FireBall Express cafeteria
> Joe <joe@nospam.ponkey.com> said:
>
>
> yee haa :)
>
>
> indeed they must - many developers actually go to great pains to ensure
> they have a local development server that actually mirrors the
> functionality of their production environment.
>
Ho yes.
4 months with WebSphere 5.1 and we're only just moving over to production
now.
--
"Tennis is a funny game; unbelievable highs and the lows are just as low..."
(JOHN MCENROE) BBC1
http://www.private-eye.co.uk
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |