Notices
The Basement Non-Honda/Acura discussion. Content should be tasteful and "primetime" safe.

404 & 403

Thread Tools
 
Old Feb 13, 2006 | 02:58 PM
  #1  
Tark's Avatar
Tark
Thread Starter
Senior Member
 
Joined: Jun 2004
Posts: 30,331
Likes: 0
From: Montréal, Canada
Default 404 & 403

Hey wass the difference between error 404 and 403? Trying to set up a website, just testing so i loaded(using CuteFTP) up a random webpage i designed using dream weaver... but now it gives me a error 404! i dont get it!!!
Reply
Old Feb 13, 2006 | 03:03 PM
  #2  
Grifter's Avatar
Grifter
Senior Member
 
Joined: Dec 2000
Posts: 44,835
Likes: 0
From: the southwest
Default

http://en.wikipedia.org/wiki/404_error
The 404 or Not Found error message is an HTTP standard response code indicating that the client was able to communicate with the server, but the server either could not find the file that was requested, or was unwilling to fulfill the request for it and did not wish to reveal the reason why.

http://www.thinkgeek.com/tshirts/ladies/6792/
If you've ever run across a "403 Forbidden" error on a web site, it means you've either stumbled onto the wrong page, or you've been snooping where you shouldn't be!
Reply
Old Feb 13, 2006 | 03:05 PM
  #3  
Tark's Avatar
Tark
Thread Starter
Senior Member
 
Joined: Jun 2004
Posts: 30,331
Likes: 0
From: Montréal, Canada
Default

ok, anyone know about a good tutorial on how to setup a web site h: apparently i dont know what i am doing
Reply
Old Feb 13, 2006 | 03:09 PM
  #4  
Grifter's Avatar
Grifter
Senior Member
 
Joined: Dec 2000
Posts: 44,835
Likes: 0
From: the southwest
Default

see your host's help/tutorial pages
Reply
Old Feb 13, 2006 | 03:22 PM
  #5  
flipped cracka's Avatar
flipped cracka
BOOM goes the dynamite!
 
Joined: Mar 2003
Posts: 27,571
Likes: 1
From: in a van down by the rive
Default

404 is usually a bad address or the file not being there. 403 has to do with permissions on that specific page, usually done with a chmod.
Reply
Old Feb 13, 2006 | 03:42 PM
  #6  
firebane's Avatar
firebane
Senior Member
 
Joined: Jul 2003
Posts: 1,800
Likes: 0
Default

First off don't use Dreamweaver.. learn the raw code and use notepad. Its easier to figure shit out and dreamweaver makes REALLLLLY messy code.

403 = access denied
404 = not found
Reply
Old Feb 13, 2006 | 03:46 PM
  #7  
Ctrld-Kaos's Avatar
Ctrld-Kaos
i need a wrench wench
 
Joined: Nov 2004
Posts: 798
Likes: 0
From: califaz
Default

make sure that the file u upload is called index if your just going to your domain name... ie www.domain.com... if there is no index.html/asp/xml/etc etc you will get the 404. also most hosting servers are case sensitive. so, if your going to your page and you type it in as blah.html, when on the server the file is called Blah.HTML, you will get the 404.

htmlgoodies.com is your friend if your a novice at codeing....
Reply
Old Feb 13, 2006 | 03:48 PM
  #8  
firebane's Avatar
firebane
Senior Member
 
Joined: Jul 2003
Posts: 1,800
Likes: 0
Default

Originally Posted by Ctrld-Kaos
make sure that the file u upload is called index if your just going to your domain name... ie www.domain.com... if there is no index.html/asp/xml/etc etc you will get the 404. also most hosting servers are case sensitive. so, if your going to your page and you type it in as blah.html, when on the server the file is called Blah.HTML, you will get the 404.
Its not the hosting server its the hosting servers OS. If the hosting server is running windows you will be fine as windows is dumb that way.. but if the hosting server is linux/unix then its a different ball park. Linux/Unix is very case sensitive and a lot of people don't realize this.

Secondly a webpage can be named whatever you want; fat.htm(l) etc. The big difference is that in order for a webserver to properly show a webpage as a "start" page it needs to be named index.html as the web server classifies index.html as the start page in the root directory of the host.
Reply
Old Feb 13, 2006 | 04:45 PM
  #9  
Tark's Avatar
Tark
Thread Starter
Senior Member
 
Joined: Jun 2004
Posts: 30,331
Likes: 0
From: Montréal, Canada
Default

Originally Posted by Ctrld-Kaos
make sure that the file u upload is called index if your just going to your domain name... ie www.domain.com... if there is no index.html/asp/xml/etc etc you will get the 404. also most hosting servers are case sensitive. so, if your going to your page and you type it in as blah.html, when on the server the file is called Blah.HTML, you will get the 404.

htmlgoodies.com is your friend if your a novice at codeing....
thats exactly what the problem was FIXED!

Why would i want to learn from raw? is dreamweaver really that bad? it seams like a easy way to start.
Reply
Old Feb 13, 2006 | 04:50 PM
  #10  
sinthetiq's Avatar
sinthetiq
.
 
Joined: Mar 2002
Posts: 10,995
Likes: 0
Default

dreamweaver ftl
Reply



All times are GMT -8. The time now is 08:32 AM.