View Full Version : I can't figure this out
Missi33
02-03-2008, 10:34 AM
When I put in my site name, this is what I get
Index of /index.html
Parent Directory
Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.spyderwebproductionsinc.com Port 80
What did I do wrong????::o
Chella
02-03-2008, 01:43 PM
You created a folder named index.html. Move all of your files inside this folder into your public_html folder, and call your main page inside this folder index.html
Taken from Your HTML Source (http://www.yourhtmlsource.com/myfirstsite/uploading.html):
Remember, the main page in each directory, including your homepage, will need to be named index.html. This means that a page with the url http://www.site.com/directory/index.html
can be referenced by an address ending with the directory name and a slash, as most servers open this index.html page whenever no other page is specifically asked for. The address below will be invisibly redirected to the file above:
http://www.site.com/directory/
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.