Jump to content

HELP! My website is Online but some pages dont loa


mexut

Recommended Posts

Hi guys, I've designed a website, registered a domain and uploaded my pages to a server. The first page loads which is named index.html, but the links dont work for some reason... eg: 1. /1024/index.html 2. /1280/index.html 3. /800/index.html works just fine when i first click on it, but when I click on it next time from another page it doesnt load again... :/ the website is "www.melbourne-destiny.com" please try out and see for yourself... This is my first time doing this so I do not have any past experience. I think that the server doesnt support index.htm links, or am I wrong? Any kind of help would be greatly appreciated.

Link to comment
Share on other sites

I see your error. You have referred to your file with a different name. If you look at your file:http://www.melbourne-destiny.com/1280/You can see you have a file named Index.htm.On your main page:http://www.melbourne-destiny.com/index.htmYour index file has a small i, not a large one, and in the links on this page, you link to:

a href="1024/index.htm">

and

<a href="1280/index.htm">

The files are named Index, with a big I. Either you can change the code throughout your pages, or better yet just save the Index.htm files again as index.htm.EDIT: So, what Choco said (the short version). :)

Link to comment
Share on other sites

I see your error. You have referred to your file with a different name. If you look at your file:http://www.melbourne-destiny.com/1280/You can see you have a file named Index.htm.On your main page:http://www.melbourne-destiny.com/index.htmYour index file has a small i, not a large one, and in the links on this page, you link to:
a href="1024/index.htm">

and

<a href="1280/index.htm">

The files are named Index, with a big I. Either you can change the code throughout your pages, or better yet just save the Index.htm files again as index.htm.EDIT: So, what Choco said (the short version). :)

OK,atm I do not have access to the actual files i created on my PC, and i do not have access to the ftp server to change them either, but once i get home i will get around it...But the site works just fine at home... on the PC...so the link has to be pointed as Index.html to Index.html???like the i and the I makes the whole difference?
Link to comment
Share on other sites

LOL :(thats quiet Funny, i just tried with a big i (I) and it worked :Dthanx for your help!im so happy now :):):blink:

Glad we could help out.Or at least, me...Jonas' post is redundant. Lets lynch him! :):)
Link to comment
Share on other sites

Glad we could help out.Or at least, me...Jonas' post is redundant. Lets lynch him! :):)

LOL :(no wonder why your a moderator here :DExperience Talks...I have another question but its not that important atm as i am not working on it currently... its about flash, im trying to design a flash GUI where someone can enter some details, like name address and etc.... I've designed the interface but i have no clue on how to program it...Does flash have the ability to store information and put that information together (like in a list) onto one .txt file and send it to an email address after a submit button has been pressed?You dont have to completely tell me how to do it, but i would like to know if its possible?once again i really appreciate your help!
Link to comment
Share on other sites

As far as I know flash could have form, could display previously entered in a form data, and can send form's content to another file(simmilarly to HTML :) ), but it can't alone process the form. Server side script is the one true way of processing AND saving form data.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...