inherit
27799
0
Jul 17, 2012 16:55:13 GMT -8
Nathan
The Real Chat4Christ
1,499
July 2004
nathan3k
|
Post by Nathan on Jun 21, 2012 7:31:19 GMT -8
Ok, so I used to own a website, but it was very... VERY basic. I pretty much inserted a few div tags, hosted some images and made a very basic stylesheet lol.
I recently transfered my domain to a new webhosting server and the possibilities are endless, and a bit overwhelming to this amateur.
So here are a few questions, and maybe someone can give me a few extra tips or suggestions.
1. What do I put in the cgi directory?
2. If I create an "About" directory and create an index.html file inside it, would that mean the url would be sitename.com/about ?
3. I used dreamweaver and it made all of my image links look like this:
<img height="18" width="58" src="images/home.png"
Can I keep the link location like this if I create an "images" directory to store the images in?
4. What are Apache Logs?
5. I am able to host a SQL database and am completely oblivious to how it works. What am I able to do with that database and are there and good links to learn?
6. Lastly, am I able to view a preview of the site before it is actually active by going to a special link or something?
I appreciate any help and thanks in advance!
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Jun 21, 2012 16:05:53 GMT -8
Ok, so I used to own a website, but it was very... VERY basic. I pretty much inserted a few div tags, hosted some images and made a very basic stylesheet lol. I recently transfered my domain to a new webhosting server and the possibilities are endless, and a bit overwhelming to this amateur. So here are a few questions, and maybe someone can give me a few extra tips or suggestions. 1. What do I put in the cgi directory? 2. If I create an "About" directory and create an index.html file inside it, would that mean the url would be sitename.com/about ? 3. I used dreamweaver and it made all of my image links look like this: <img height="18" width="58" src="images/home.png" Can I keep the link location like this if I create an "images" directory to store the images in? 4. What are Apache Logs? 5. I am able to host a SQL database and am completely oblivious to how it works. What am I able to do with that database and are there and good links to learn? 6. Lastly, am I able to view a preview of the site before it is actually active by going to a special link or something? I appreciate any help and thanks in advance! Hi, 1. What do I put in the cgi directory?www.garshol.priv.no/download/text/http-tut.html^ hopefully this helps. 2. If I create an "About" directory and create an index.html file inside it, would that mean the url would be sitename.com/about ?Correct 3. I used dreamweaver and it made all of my image links look like this:Can I keep the link location like this if I create an "images" directory to store the images in?Yes Since the image comes from the "images" folder. 4. What are Apache Logs?not sure, hopefully someone else can answer this. 5. I am able to host a SQL database and am completely oblivious to how it works. What am I able to do with that database and are there and good links to learn?en.wikipedia.org/wiki/SQLw3schools.com/sql/sql_intro.asp6. Lastly, am I able to view a preview of the site before it is actually active by going to a special link or something?Some web hosts, do allow you to see a preview of the page, but if your doesn't you might want to consider placing the page under a "test" folder (give it a random name, so no-one can possible guess it, and access the page without knowing the url) hope i was able to help you on some of the questions.
|
|
inherit
27799
0
Jul 17, 2012 16:55:13 GMT -8
Nathan
The Real Chat4Christ
1,499
July 2004
nathan3k
|
Post by Nathan on Jun 21, 2012 16:36:56 GMT -8
Thank you very much! I have alot to read for tonight, haha, but I see it is going to be very helpful
|
|
inherit
24252
0
Aug 1, 2023 15:01:24 GMT -8
coolcoolcool
When the world says, "Give up," Hope whispers, "Try it one more time."
2,148
May 2004
coolcoolcool
|
Post by coolcoolcool on Jun 21, 2012 18:53:00 GMT -8
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Jun 23, 2012 14:06:20 GMT -8
1. What do I put in the cgi directory? I always just delete the cgi directory.
2. If I create an "About" directory and create an index.html file inside it, would that mean the url would be sitename.com/about ? Yes. Though technically, sitename.com/about/ The server may automatically fix this for you and point /about to /about/, but not all servers will do this, so it's safer to use the correct /about/ path. /about technically points to a file named about (with no extension). Some servers will change that to the directory if the file doesn't exist.
3. I used dreamweaver and it made all of my image links look like this: Can I keep the link location like this if I create an "images" directory to store the images in? Yes. Why not?
4. What are Apache Logs? You probably won't be needing them. They just store information.
5. I am able to host a SQL database and am completely oblivious to how it works. What am I able to do with that database and are there and good links to learn? You store data in databases. Generally when you want data to be stored but not _manually_ -- you want your scripts to store it. Like page views, forum posts, etc. Tons of tutorials, but you'll want to learn PHP first, or a similar server-side language.
6. Lastly, am I able to view a preview of the site before it is actually active by going to a special link or something? No. Install a localhost if you want to test changes before you upload them. But once they are uploaded, they are live for anyone to view.
|
|
inherit
27799
0
Jul 17, 2012 16:55:13 GMT -8
Nathan
The Real Chat4Christ
1,499
July 2004
nathan3k
|
Post by Nathan on Jul 3, 2012 6:10:54 GMT -8
Haha thanks guys for your time. Alot of noob questions there I figured all that out, and more and yes... I am understanding the value of PHP which I am learning now. The site is running good, Thanks!
|
|