HTML - Uploading My Site To Server Problem
hi i created a new site so i created one folder name "new site" inside this folder i have three folders "pics" , "pages" , "text" and my index.htm file when i open my smart ftp and put my server addres i connect with no problems so i copy and paste my "new site" folder into my ftp and the transfer goes perfect no erros , but when i type my web addres i get this error message "403" can you please help me solve thid problem am using awardspace hosting .
Similar TutorialsI decided to make a new homepage for my website. It is basically just a JPG. Which I imported in Dreamweaver and added AP DIV layout objects... It comes out really beautiful If I launch it locally using F12 in Dreamweaver. But it turns like this after I upload it to the server. (YOu can view HTML by clicking view source in your browser) I tried almost everything I can to fix it but it just won't. Can someone help? PLEASE? Hello, I wasn't exactly sure which category to post this question in, but I am having problems uploading a completed website. All of the files have been uploaded to the "www" folder on the server. When I type in the web address on the computer I upload from it appears to be live and working. When I try to view the site on a second computer I get a "server not found" error. Is there something I am doing incorrectly? Thanks for any help you can offer! -Sorry if this one doesnt belong here, didnt know where else to ask- I finished the first version of a site for my first client (yay me!) and it is pure HTMl and CSS I wanted to upload it to show it to them, but they tell me their previous webmaster showed them the sites BEFORE putting it live... How do I do that? they dont want anybody to go to "www.mysite.com" and see the site before is complete. Thank you in advance for your answers! The title sounds kind of odd. I am going to make a little branch of my website just for a couple of my friends so that we can put all of out ideas out on one page. I was not sure what catagroy this fell under, so I just put it under HTML because it can be moved. I was wondering, how do I go about makeing a code, (Or copying and pasteing if there is one) that will allow my friends and I to upload pictures onto a page, without logging into the web host. site: www.lukewhitlow.com/waterbuffalo right now this is an early rough draft of a site and the formatting is way off when I view it in IE. Is there any way to fix this? I don't use IE and usually don't even bother troubleshooting for it, but I've got the latest version installed and it loads other pages fine. I use Dreamweaver for all of my coding, and when I view the page before I upload it (while it's local) everything looks fine. After I FTP (filezilla) the site to my server (bluehost) and view it, the text goes awry on IE but still works fine on other browsers. I'm trying to stick with divs instead of a table based design here, so I'm guessing there's an issue in my css div styles... or maybe something on my server? since it only affect the site once it's on the server. Thanks in advance for your help! I m facing a serious problem in uploading my sites page. the problem is, whenever i upload a page that page show an error in uploading that file and the is " cannot put index.shtml. Access Denied. The file may not exist, or there could be a permission problem. ". i tried many times to re upload it but it didn't worked. I also tried to do it from file manager in cpanel but its also not working. i don't know what to do... please help me..... hey guys so I just published my first site you can find it at www.palmettogoldandsilver.com If you visit you can see the problem i am having. The links are supposed to change colors when moused over and go back to normal if moused out. Why are my links disappearing? Also on the jewelry page my second picture is not loading. All of this works perfectly when i preview the site in dreamweaver. Any help is awesome thanks! Hello Ive got a bit of a problem which is really doing my head in trying to figure it out. It could be related to a script ive just used to produce a small slideshow/gallery, or could be to do with the tables. Ive highlighted the two areas with a red box in the attachment below, the main problem is the yellow line in the top left corner. on the other pages its not there... I noticed that there is a gap between the top page and the design of the site (which isnt meant to be like that), the whole design should be a little higher. Ive also attached the site code, im hoping someone can look and apologies if the code is messy (which it may well be..) thanks for any help I have found a problem recently with my photography site where the scroll bar does not show up on the right hand side of the page unless if I am running Safari. I have checked it on other computers and the same thing happens. I think that the big flash app in the middle of the page may be causing it in some way. Anyone got any ideas? Here's the link to my site: http://www.benellett.com/ My "BYO AUDIO" had a problem where it was fine with Firefox, but on IE it would keep playing even if it was paused! So, I got some guy to fix it and now it works great in IE, and the audio dragbar or anything doesn't even show up in Firefox!! I have no idea how this could have happen, all I know is he did something related to "Playweb". If anyone knows, that would be great. Thanks! Link: http://tinyurl.com/yhwe37e I'm not too skilled in web design, but I've picked up HTML over the years, mainly just using tables. Well, my problem is that I have to put a site together for my work, so I drew up a design in Photoshop, and broke it up into tables in dreamweaver. Everything looks fine in Dreamweaver, so I upload everything, and it looks great on my Mac. Now when I switch over to a windows PC and look at it online, it gets all screwed up. The graphics on the tables are out of whack and it just looks messed up. And on top of that, the banner does not show up, I think it has something to do with a <div> tag I used to make a drop down menu below it. Any help would be greatly appreciated. Thanks. Hello guys, i have little problem with my website. www.tvfm.mk/tv.html when you go to that link it redirects you to a website with gay porn. Is there any way to stop that redirect ? Hi there Been a while since i posted Need a bit of help if possible. Its pretty basic but hope someone can help. When i change the size of the window me writing and graphics in my page move to fit. i want to try keep them so they are stuck down where they are. Can anyone help ? for reference my site is http://uk.geocities.com/onix36div@bt...com/index.html Thanks in advance Hi guys, Quite new to web design and having trouble getting the form on my sites contact page to work, it simply just isn't doing anything! Tried playing around with the code for hours with no luck, the form can be found he http://davidgeaney.co.uk/contact.html Any help at all would be greatly appreciated Thanks Dave Hi, i have a site with iframes. By opening the page with IE is ok, but Mozilla can't open it. So, this is the code: Quote: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <frameset rows="*" cols="80,*" frameborder="no" border="0" framespacing="0"> <frame src="file:///C|/frame2.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame"> <frameset rows="80,*" frameborder="no" border="0" framespacing="0"> <frame src="file:///C|/frame3.hml" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame"> <frame src="file:///C|/frame1.hml" name="mainFrame" id="mainFrame" title="mainFrame"> </frameset> </frameset> <noframes><body> </body> </noframes></html> Can somebody help me to find the problem? Hi Guys. I have to start by saying I am considered a newbie when it comes to html so please bear with me. Here is where I am having the problem: http://www.fbdopewars.com/eddie/print.html As you all can see the images have spaces around them. Now this was all written in notepad so I need specific assitance in the html code. My dillema is 2 things: Why does my page have these horrible gaps between the images even though I THINK I entered it all right? Is there a more efficient way to write the code then what I am currently doing and how compatible is it on cross-browser (This is mostly experimental so I dont mind hacking it up and starting again). Thanks in advance for your time and help! Hi, I am helping a client get his forum to work properly in arabic. If I go to http://www.q8sportway.com/forum/toast.asp it looks fine. But if I try to go to http://www.q8sportway.com/test1.asp and then click the forum screenshot at the bottom left, it looks funny. The problem is that the link goes to the excact same page that worked before. Please help! I am wondering if it is possible to create an INDEX.HTML to redirect to another website? I would like it to display the redirected site, but if possible keep to the original address.. e.g. A site named www.mysite.com, with an INDEX.HTML to redirect to www.othersite.com, which displays OTHERSITE with www.mysite.com in the address bar. Hope I explained ok, any responce would be much appricated! Thanks! I want to make an image upload like the one in facebook that you can choose multiple images to upload and it also shows the directories. I'm not sure what it's called and how to do it. Hopefully someone can help me Thanks |