|
Post by Stephanie Nelson on Feb 6, 2016 22:36:07 GMT -8
When I go to my website URL, I get a message that says "403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied."
Any suggestions?
|
|
|
Post by Judy Fontanella on Feb 7, 2016 20:49:30 GMT -8
That means that you don't have a default page up. The server is setup not to give a visitor a list of files. If there isn't a default page, the server won't send you a page unless you type in a specific page name.
I just checked you site. You do have in index.html file up now, so it is showing up. I'm not getting the error message. A number of your pictures are not showing up, though. Did you upload them all to the server?
|
|
|
Post by Stephanie Nelson on Feb 9, 2016 12:00:06 GMT -8
It appears to be working better now. I think I am having connection problems because my website appears fine on Dreamweaver but it's not showing correctly on the server. I'll check all the files.
|
|
|
Post by Judy Fontanella on Feb 9, 2016 20:29:34 GMT -8
I just checked your page. It looks good. You did a good job on it - and what you did is great for this assignment. In the future, though, I'd like you to use the HTML 5 Doctype. We will be using a lot of the latest HTML and CSS, so you'll need to use the correct doctype - or the browsers may become confused. There are examples in your reading of the HTML 5 doctype.
|
|