9 replies
  • WEB DESIGN
  • |
Just designed a website and am having problem uploading it. Used webpage maker and am using filezilla as my ftp program. My webpages don't seem to follow in the right order. I get some kind of funny page when I enter my web address in the address bar. It's like a web tree or something. DO I need to use a different ftp software or a different web designing software. Secondly, am not to vast with php. I was told to delete the dud home php page found on my hosting account. How do i come off this problem?:confused:
#problem #uploading
  • Profile picture of the author Richard Whyte
    Hello infobox

    I have never used filezilla to do uploading. I use CuteFTP all the time. It is a great program for moving files or down. You get two windows. The left side is your computer and the right side is your web server. You select the directory that you want the files to upload to.

    you want to make sure you upload files into the dir public_html or www. this is the location for all your files to go (and sub dirs).

    If you have an index.php file in this dir, you need to delete it and then upload your entire site including any sub-dirs you have (like images dir).

    After this is done, you should be able to point your browser to your web site address and your new index.php (or index.html) will be visible in the browser. If not, then somethins is worng with your uploading or the site you built.

    If you want to make sure everything is OK before uploading your site, make a simple index.htm file with a single <p> tag in it that says Hello World or something and upload it to test with... It that goes OK, then delete it off the server and do the real upload....

    That should do it for you...

    Have a Great Day!
    {{ DiscussionBoard.errors[822755].message }}
  • Profile picture of the author Aronya
    I've been using Filezilla for years. The problem is definitely not the ftp software. I'm guessing you don't have a properly titled home page in your root directory, so that's why you're seeing a list of files. By default, the server looks for a page titled index.htm(l) or home.htm(l) when the address supplied is incomplete (ie: www.mysite.com, instead of www.mysite.com/index.htm). It may also be configured to use index.php or home.php, and can probably be set to include other extensions as well.
    {{ DiscussionBoard.errors[825182].message }}
    • Profile picture of the author infobox
      Thanks Richard and Aronya for the information. I'll get right at it.
      {{ DiscussionBoard.errors[825249].message }}
    • Profile picture of the author infobox
      Aronya, what do cgi and the suspended folder do? Am trying to get the hang out of this software. Also is there any e-book that teaches one how to use all the features on the server? I mean htaccess, php, bin and all the other features that you se when you log into your server?
      {{ DiscussionBoard.errors[825913].message }}
  • Profile picture of the author staccato
    Originally Posted by infobox View Post

    Just designed a website and am having problem uploading it. Used webpage maker and am using filezilla as my ftp program. My webpages don't seem to follow in the right order. I get some kind of funny page when I enter my web address in the address bar. It's like a web tree or something. DO I need to use a different ftp software or a different web designing software. Secondly, am not to vast with php. I was told to delete the dud home php page found on my hosting account. How do i come off this problem?:confused:
    Im new to this so i might be wrong. But on your webpage maker software make sure you choose a setting that says something like " set this page to home page"...And make sure you set the home page as the home page....I used xsitepro to do the designing and i had the index page come up with all the links under them when i typed in the url...Now it goes straight to the home page.

    Hope that helps...
    {{ DiscussionBoard.errors[826016].message }}
  • Profile picture of the author arcdigital
    Check in the source code of your website. Look for something like c:\documents and settings or c:\users, if you see that it means the links are wrong. Change them to just the names of the html files they should be linking to
    {{ DiscussionBoard.errors[826237].message }}
  • Profile picture of the author philsout
    Be sure to define your homepage on your hosting or rename your homepage to index.html or index.php if you're using PHP.
    {{ DiscussionBoard.errors[828086].message }}
  • Profile picture of the author infobox
    Gotten the hang of it. Thanks for all your response.
    {{ DiscussionBoard.errors[828591].message }}
    • Profile picture of the author lopezfernando
      this is what I do.
      Most of FTP client even dreamweaver have feature of synchronizing files. That is one great feature that I use. Just make sure that all your local files are updated as it will be replicated to your website.

      This makes my life easier.

      Good luck!
      {{ DiscussionBoard.errors[829278].message }}

Trending Topics