Website displays almost blank

Status
Not open for further replies.

cumbress

New Member
Messages
5
Reaction score
0
Points
1
Hello All,
I created an account, domain and web site last night and immediately created the folders\sub-folders under public_html folder. I then uploaded all the HTML, CSS, JS (JavaScript) and JPG files accordingly and the index.html file on main public_html folder. When I call the link, it only displays the title of the index.html page. It is not rendering or calling all the CSS/JS script files correctly. On my laptop it runs correctly but not here.

Can anyone let me know what I am missing? This is the link:
http://cumbressayaavedra.x10host.com/
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
I see the error, Linux is a case sensetive operating system where Content is NOT the same as content.
You have the folder named Content, while all links references content.

The easiest way to sort is probably to just change the folder names to use lower case, but you'd need to check through the code and make sure it is always referenced with the lowercase spelling to ensure everything is working properly.
 

cumbress

New Member
Messages
5
Reaction score
0
Points
1
Wow! Anna, I am in love with this service and your response! wow. wow. Did I say wow!? :D I will check that right now! :D
 

cumbress

New Member
Messages
5
Reaction score
0
Points
1
Well, I believe I changed "Content" to "content" on the index.html file. Also, I renamed the folders "Content" to "content" and "Scripts" to "Scripts". The index.html file does calls these folders all in lower case now. Can you please, please let me know what error is out there? :D
 

cumbress

New Member
Messages
5
Reaction score
0
Points
1
Ok. I notice is says "404 Not Found" on basically - all the CSS and JS files the index.html file is calling. I wonder what is wrong since the src URL seems correctly written? Unless, I am missing something again? :(
 

AngusThermopyle

Active Member
Messages
319
Reaction score
52
Points
28
You are probably looking at a cached copy of your index.html file. Clear your browser cache and history and then check again.
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
They all seem to work properly to me, you might need to clear your browsers cache to get it to show properly for you. The few css and js files I checked does have a proper path and is loading correctly for me.
 

cumbress

New Member
Messages
5
Reaction score
0
Points
1
Ok. Finally is working!! Like you said, it is all case sensitive!! :D ..

I AM SOOOO HAPPYYY! I LOVE YOU AALLL !! .. :'( ... :D
 
Status
Not open for further replies.
Top