PDA

View Full Version : Uploading my website



Resolution
2008-11-16, 10:52 AM
Hi. Around the last time we communicated I uploaded an "index.html" page and some pictures. When I tried to view them via the web. I got an error message and in the error message it stated "port 80" as part of the message. Does this mean that when I next upload that I sould put "port 80" instead of "port 21"?

InternetBrothers
2008-11-16, 03:43 PM
Hi

The port is 21.
We uploaded a frame page. I hope it will help you .

Regards

Resolution
2008-11-18, 08:51 AM
Thanks.

InternetBrothers
2008-11-18, 08:53 AM
No problem. still if you have any question let us know
also for each question if you make a new topic it is much better.

Regards

Resolution
2008-11-19, 09:27 AM
Hi. I'm really having some problems trying to get my "index.html" page and other pages to show up on the web browser. What have I done incorrectly? I'm thinking that my file structure has to be exactly the same as yours... and it isn't... Is that the problem. Please check.

InternetBrothers
2008-11-19, 09:33 AM
How are you uploading your site?
what software are you using?
If you are using filezilla
Please go to
Edit- Settings and then under Transfer -file types
please let me know if your default transfer type setting is Auto!

Resolution
2008-11-19, 09:37 AM
Also, the file zilla I use automatically fires up when I start the program I want to put some security on it. How can i do this? I believe it is "2008-09-21 Filezila 3.1.3".

Resolution
2008-11-19, 09:40 AM
Yes it is set to Auto..

mskim
2008-11-19, 09:41 AM
Hi

I just now looked at your website. This is exactly the problem please see your frames:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<HTML><HEAD><TITLE>frames</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>

<FRAMESET border=0 frameSpacing=0 rows=80,*,80>
<FRAME name=TOPFRAME marginWidth=0 marginHeight=0 src="file:///C|/Documents%20and%20Settings/All%20Users/Sites/Test/Fram/scanfamUlDev_files/clevblu.html" noResize scrolling=no MARGIN="0">

<FRAMESET cols=200,*>
<FRAME name=LEFTCOL1 marginWidth=0 marginHeight=0 src="file:///C|/Documents%20and%20Settings/All%20Users/Sites/Test/Fram/scanfamUlDev_files/tablesettup.html" noResize MARGIN="0" RIGHT LEFT>
<FRAME name=MAINFRAME marginWidth=0 marginHeight=0 src="file:///C|/Documents%20and%20Settings/All%20Users/Sites/Test/Fram/UntitledFrame-1.htm" MARGIN="0" RIGHT LEFT RESIZE>
</FRAMESET>
<FRAME name=BOTTOMFRAME marginWidth=0 marginHeight=0 src="file:///C|/Documents%20and%20Settings/All%20Users/Sites/Test/Fram/scanfamUlDev_files/clevblu.html" noResize scrolling=no MARGIN="0">
</FRAMESET><noframes></noframes></HTML>
as you see here


file:///C|/Documents%20and%20Settings/All%20Users/Sites................................. what you are trying to do is to force WWW browers to get your files from your computer. This is wrong.
The links should point to files in your directory at your site not your computer.

InternetBrothers
2008-11-19, 09:49 AM
We are online the whole day so keep in touch and let us know. If you want our staff Mr Karbasi can make a similar frame and upload it for you then you can download and just work on those frames.

Resolution
2008-11-19, 10:15 AM
Sorry, my internet connection was broken. What should my code read?
My day is coming to a close here. It is 9:30pm.

mskim
2008-11-19, 10:18 AM
Ok
First of all you need to use a web design software Like dreamweaver or front page (microsoft expression web)
Then you should make all your website and simply upload your folder into your website.
how are you doing it now?

Resolution
2008-11-19, 10:28 AM
Using Dreamweaver. I'm not an expert at all at using it.

mskim
2008-11-19, 10:32 AM
OK

In dream weaver
did you go to
Manage Sites: New : site
and define your site?

You should first define your site then make all those frames and changes
after that go to the folder where your html is and upload exactly the same
structure.

Resolution
2008-11-19, 10:51 AM
The same structure that is on your server (my remote) or the same structure I build my site in on my computer?

mskim
2008-11-19, 10:59 AM
Only after defining your site with dreamweaver the way I told you
Yes the same structure in your computer.