why wont my index files show?

QueenAshly

Junior Member
Joined
Feb 15, 2015
Messages
120
Reaction score
34
I uploaded my index.html and all the other files such as .css .png .js
but they wont show on my website... im lost

bhwques.png
 
Hi,

Do you mean that your index.html does not load when you navigate to your website but the other files do? In that case, your web server isn't properly configured. if you have access to the server check your VHOST. It could be that your index directive isn't set.
 
You can`t ask this kind of question without provide more info.
What error you got? can you send the link?
 
Download a HTTP Server and test against your machine.

Don't forget to enable the port 80 and put the files in the correct folder there. Type in your browser http://127.0.0.1
 
Did you setup the domain name?
Can you query another file than the index one?
what do you get? 404? 403? 500?
we need more info to help
 
i think your hosting configuration is wrong, sure that you type full url and browser can go this exactly file.
 
Back
Top